body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

canvas {
    margin: 0;
    padding: 0;
}

#nftText {
    color:white;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

a {
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
}