html, body {
    margin: 0;
    height: 100%;
}
body {
    background-color: #F5BF60;
}
h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: "Comic Sans MS", "Comic Sans", sans-serif;
    text-decoration: #000000;
}

a, p, li {
    font-size: 1rem;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.5rem; 
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.875rem;
}
h6 {
    font-size: 0.85rem;
}

a {
    text-decoration: revert;
    color: revert;
    font-size: inherit;
    opacity: inherit;
}
noscript {
    z-index: 999;
}
.giant {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

#spinning-saturn {
    width: 25vw;
}
#loading-screen {
    z-index: 998;
}
