#mainDiv {
    margin: 3em auto 0 4em;
    width: 35em;
    position: relative;
    z-index: 2;
}
#mainDiv .inner {
    height: 39em;
}
#mainDiv .inner p {
    width: 85%;
    text-transform: lowercase;
    margin: 0.65em auto;
    text-align: center;
}
#mainDiv .inner p:first-child {
    margin-top: 1.5em;
}
#contentWarning {
    margin: 1.5em auto;
    width: 70%;
    font-size: 0.8em;
    text-align: left!important;
}
#contentWarning p {
    width: auto!important;
    text-align: left!important;
}
#contentWarning .inner {
    height: fit-content;
}
#contentWarning .inner p {
    margin: 0.25em 0.4em 0.25em 0.4em!important;
}
#contentWarning .inner p::before {
    content: 'a';
    font-family: starshine;
    margin: auto 0.5em auto auto;
    font-size: 0.7em;
}
#webrings {
    position: absolute;
    width: 23em;
    left: 40.5em;
    top: 28em;
    z-index: 2;
}
#webrings .inner {
    height: 15em;
    overflow-x: hidden;
    overflow-y: auto;
}
#pagedoll {
    position: absolute;
    z-index: 1;
    left: 37em;
    top: 4em;
    width: 25em;
    pointer-events: none;
}
#enter {
    border-radius: 10em;
    border: 4px ridge #ff6702;
    background: url('https://novalite.rest/siteImage/starbg.jpg');
    background-size: 2em;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 2px #FFC616;
    color: #75160A!important;
    text-decoration: none!important;
    font-size: 1.7em;
    padding: 0.1em 0.35em;
    margin: 1em auto 0.2em;
    display: block;
    width: 6em;
    transition: 0.3s ease;
    position: relative;
}
#enter span {
    filter: drop-shadow(1px 1px 0 #FFC616) drop-shadow(-1px 1px 0 #FFC616) drop-shadow(0 -1px 0 #FFC616) drop-shadow(1px 0 #FFC616);
}
#enter:hover {
    letter-spacing: 0.075em;
    scale: 110%;
}