body {
    margin: 0;
    font-family: 'Pixelify Sans', monospace;
    text-align: right;
    background-color: #000000;
    transition: background-color 1s linear;
}

h1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80vw;
}

a {
    text-decoration: none;
    color: #FAFAFA;
    font-size: max(3vw, 20px);
    white-space: nowrap;
    display: inline-block;
}
