body {
    background-color: #33001e;
    font-family: sans-serif;
    color: white;
}

a {
    color: inherit;
}

span {
    font-family: monospace;
    background-color: white;
    color: black;
}

img {
    image-rendering: crisp-edges;
}

#eightyeightthirtyone {
    /* margins to make sure the upscaled (2x, so 176x62) button is still visible on hover */
    margin: 16px 44px;
}

#eightyeightthirtyone img {
    width: 88px;
    height: 31px;
}

#eightyeightthirtyone img:hover {
    scale: 2;
    transition: 0.2s;
}