body {
    background-color: black;
    color: blue;
    text-align: center;
    background-image: url("/res/asset/40/40bg.png");
    background-size: 30px;
    animation: slide 2s linear infinite;
    image-rendering: pixelated;
}

@keyframes slide {
    from {background-position: 0px 0px}
    to {background-position: 60px 44px}
}

body > h1:first-of-type {
    font-size: 80px;
    margin: 0px;
}

#forty {
    width: 400px;
}

table {
    margin: auto;
}

table img {
    padding: 10px;
    width: 250px;
    image-rendering: auto;
}

b {text-transform: uppercase}

pre {
    display: block;
    width: 450px;
    margin: auto;
    text-align: left;
    padding: 5px 20px 5px 20px;
    background-color: black;
    border-color: blue;
    border-style: solid;
    border-width: 1px;
}

.comment {
    color: darkblue;
}

body > p {
    width: 600px;
    display: block;
    margin: auto;
}

a, a:visited {
    color: yellow;
}

a:hover {
    letter-spacing: 3px;
}

.relative {
    position: relative;
}

.downloadnow {
    position: fixed;
    left: 0px;
    top: 0px;
    transform: translate(80px, 30px);
}

.corner {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 320px;
}

.ohgod {
    position: fixed;
    width: 350px;
    height: 300px;
    text-align: left;
    color: darkblue;
    font-family: monospace;
    font-size: 20px;
}

.ohgod p {
    word-break: break-all;
    white-space: normal;
    margin: 0;
    user-select: none;
}

#left {
    bottom: 0px;
}

#right {
    top: 0px;
    right: 0px;
    text-align: right;
}

#deaths {
    width: 900px;
    display: none;
    margin: auto;
}

#deaths img {
    width: 130px;
}

#deaths h1 {
    margin-bottom: 0px;
}