body {
    background-color: #322;
    color: white;
    font-family: Inter, "San Francisco", "Noto Sans", "Segoe UI", FreeSans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 2em 8px 2em 8px;
}

p a, dd a {
    color: #f83;
    text-shadow: 1px 1px 2px black;
}
p a:visited, dd a:visited {
    color: #ff3700;
}


#logo {
    z-index: -999;
    position: fixed;
    width: 50vw;
    height: 50vw;
    max-width: 500px;
    max-height: 500px;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
    opacity: 0.125;
}

header {
    text-align: center;
}

#errorcode {
    color: #ff3700;
    font-family: "JetBrains Mono", Inconsolata, "Fira Mono", Monaco, Consolas, "Lucida Console", "DejaVu Sans Mono", monospace;
    font-weight: bold;
    font-size: 800%;
}

#tagline {
    font-size: 125%;
    font-weight: bold;
}

#faqlink {
    font-size: 90%;
    font-weight: 400;
    opacity: 0.75;
}

main, footer {
    max-width: 1280px;
    margin: 0 auto 0 auto;
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 2em auto 2em auto;
}

main a {
    display: block;
    flex: 1;
    width: 208px;
    max-width: 208px;
    max-height: 208px;
    color: white;
    font-size: 110%;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

main a img {
    display: block;
    width: 208px;
    height: 117px;
    margin: 0 0 .125em 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

footer {
    text-align: justify;
    margin: 2em auto 2em auto;
    padding: 0 1em 0 1em;
}

h2 {
    color: #ff3700;
    font-weight: 800;
    font-size: 150%;
}

dt {
    font-weight: 700;
    margin: 1.5em 0 0 0;
}
dt::before {
    content: "Q: ";
    color: #ff3700;
    font-weight: 700;
}

dd {
    font-weight: 300;
    margin: 0;
}
dd::before {
    content: "A: ";
    color: #ff3700;
    font-weight: 700;
}
