main {
    margin: 7em auto 0;
    width: 55em;
    position: relative;
}
#mainDiv {
    width: 40em;
    text-transform: lowercase;
    z-index: 1;
    position: relative;
}
#mainDiv .inner {
    height: 30em;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 4em;
}
#mainDiv .inner h2 {
    filter: drop-shadow(1px 1px 0 #361D2E) drop-shadow(-1px 1px 0 #361D2E) drop-shadow(0 -1px 0 #361D2E) drop-shadow(1px 0 #361D2E);
    text-shadow: 0px 0px 2px #361D2E;
    color: #F0ECA2;
    letter-spacing: 0.05em;
    margin: 0.25em auto 0.25em 0.35em;
}
#mainDiv .inner a {
    display: inline-block;
}
#mainDiv .inner li span {
    font-family: starshine;
    pointer-events: none!important;
    font-size: 0.7em;
    margin: 0 0 0 0.2em;
}
#mainDiv ul {
    margin: 0.25em auto 0.75em;
    list-style-type: none;
    padding-left: 1em;
}
#mainDiv ul li {
    border-bottom: 1px solid #361D2E;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}
#mainDiv ul li:last-child {
    border-bottom: 0!important;
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
}
#mainDiv ul:last-child {
    margin-bottom: 5em;
}
#nav {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 2.5em;
    width: 19em;
}
#nav .inner {
    height: 25em;
    overflow-x: hidden;
    overflow-y: auto;
}
#nav .inner img {
    height: 31px;
    image-rendering: pixelated;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(.22, 2.06, .11, .69);
}
#nav .inner img:hover {
    scale: 93%;
}
#nav .inner a:nth-child(7) {
    margin: 0 0.31em;
}
#nav .inner a {
    text-decoration: none!important;
}
#nav .inner h2 {
    background-image: url(https://novalite.rest/siteImage/starbg.jpg);
    background-size: 2em;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0 #751300) drop-shadow(-1px 1px 0 #751300) drop-shadow(0 -1px 0 #751300) drop-shadow(1px 0 #751300);
    font-weight: bold;
    display: block;
    margin: 0.1em auto 0.25em 0.25em;
}
#nav .inner p {
    margin: 0.25em auto 0.75em 0.25em;
}
#back {
    font-family: starshine;
    font-size: 3em;
    background-image: url("https://novalite.rest/siteImage/starbgh.gif");
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #361D2E;
    filter: drop-shadow(1px 1px 0 #F0ECA2) drop-shadow(-1px 1px 0 #F0ECA2) drop-shadow(0 -1px 0 #F0ECA2) drop-shadow(1px 0 #F0ECA2);
    position: relative;
    z-index: 999;
    letter-spacing: 0.15em;
    width: fit-content;
    text-decoration: none!important;
    margin: 0.5em auto;
    display: block;
    text-align: center;
    transform-origin: center;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22, 2.06, .11, .69);
}
#back:hover {
    cursor: pointer;
    scale: 103%;
    rotate: 2deg;
    letter-spacing: 0.2em;
}
#imgA {
    position: absolute;
    z-index: 99;
    bottom: -5em;
    right: -2em;
    width: 10em;
    pointer-events: none;
    transition: 0.5s ease;
}
#nav:hover > #imgA, #nav:hover > #imgC {
    opacity: 25%;
}
#imgB {
    position: absolute;
    z-index: 0;
    top: -3.5em;
    right: 10em;
    width: 8em;
    animation-name: spin;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}
#imgC {
    position: absolute;
    z-index: 99;
    bottom: -4.5em;
    right: 4.5em;
    width: 8em;
    pointer-events: none;
    transition: 0.5s ease;
}
#imgF {
    position: absolute;
    z-index: 0;
    top: -1em;
    right: 7em;
    width: 4em;
}
#imgD {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    left: -6em;
    bottom: 6em;
    width: 10em;
}
#imgG {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: -3em;
    bottom: 15em;
    width: 5em;
}