@font-face {
    font-family: PressStart2P;
    src: url("/assets/fonts/PressStart2P.ttf");
}

*, *::before, *::after {
    box-sizing: border-box;
    list-style-type: square;
}

body {
    background: url("/assets/images/sky2.jpg"), black;
    color: white;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: PressStart2P;
    margin: 0;
    display: block;
}

#header {
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 10px 10px 10px;
    position: sticky;
    left: 0;
    top: 0;
    padding-bottom: 32pt;
}

#siteBody {
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px 10px 10px;
}

#footer {
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 10px 10px 10px;
}

a {
    background: white;
    border-radius: 10px;
    padding: 2px 2px 2px 2px;
    white-space: nowrap;
}

#noScriptMessage {
    color: red;
    font-size: 30pt;
}

.heading {
    margin-top: 30pt;
    margin-bottom: 0pt;
}

.sectionText {
    margin-top: 0pt;
}