body {
    background-color: black;
}

#audio {
    display: none;
}

/* Don't flame me, too lazy to fix this up. */
#ascii-art {
    position: fixed;
    left: 50%;
    bottom: 300px; 
    transform: translate(-50%, -50%);
}

.details {
    font-family: Roboto;
    position: fixed;
    color: white;
    text-decoration: none;
    left: 50%;
    bottom: 420px;
}

.details:hover {
color: wheat;
}