main {
    width: 55em;
    margin: 10em auto 0;
    position: relative;
    z-index: 1;
}
#mainDiv {
    width: 40em;
    position: relative;
    z-index: 1;
}
#mainDiv .inner {
    height: 25em;
}
#mainDiv .inner p {
    margin: 0.4em 0.4em 0.8em;
}
#mainDiv div.inner p:first-child {
    width: 30em;
}
#sticky {
    background-image: url('https://novalite.rest/siteImage/paper.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 13.5em;
    height: 10.5em;
    position: absolute;
    bottom: 0.25em;
    right: 0.4em;
}
#imgA {
    position: absolute;
    z-index: 1;
    right: 3em;
    bottom: 1em;
    width: 9em;
}
#plannedWritings {
    width: 19em;
    margin: 0 0 0 0.5em;
    font-size: 0.9em;
}
#plannedWritings .inner {
    height: 6.25em;
    overflow: auto;
}
#plannedWritings .inner p {
    height: 6.25em;
    overflow: auto;
    display: block;
    position: relative;
    height: auto;
    margin: 0.2em auto 0.5em 0.2em;
    max-width: 98%;
    border-bottom: 3px ridge #ff6702;
    padding-bottom: 0.2em;
    font-size: 0.9em;
}
#plannedWritings .inner p span {
    font-family: starshine;
    font-size: 0.6em;
}
#navigation {
    width: 18em;
    position: absolute;
    z-index: 5;
    right: 0;
    top: 1em;
}
#navigation .inner {
    height: 5em;
    text-align: center;
}
.btn {
    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;
    margin: 0.25em;
    text-shadow: 0px 0px 2px #ff6702;
    color: #75160A;
    text-decoration: none!important;
    padding: 0.1em 0.35em;
    width: 5em;
    display: inline-block;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22, 2.06, .11, .69);
}
.btn span {
    pointer-events: none;
}
.btn:hover {
    cursor: pointer;
    scale: 103%;
    rotate: 2deg;
    letter-spacing: 0.1em;
}
.active {
    background: url('https://novalite.rest/siteImage/starbgB.jpg')!important;
    background-size: 2em!important;
    border: 4px ridge #361D2E!important;
    color: #A5F3E6!important;
    text-shadow: 0px 0px 2px #361D2E!important;
}
.active span {
    filter: drop-shadow(1px 1px 0 #361D2E) drop-shadow(-1px 1px 0 #361D2E) drop-shadow(0 -1px 0 #361D2E) drop-shadow(1px 0 #361D2E);
}
.active:hover {
    cursor: default!important;
    scale: inherit;
    rotate: 0deg;
    letter-spacing: 0.05em;
}
#wList {
    width: 16em;
    position: absolute;
    z-index: 5;
    right: -1em;
    top: 11em;
}
#wList .inner {
    height: 15em;
    overflow: auto;
}
#wList .inner a:last-child, #plannedWritings .inner p:last-child {
    border-bottom: 0!important;
}
.writing {
    text-decoration-style: dotted !important;
    text-decoration-thickness: 0.05em;
    line-height: 0.9em!important;
    display: block;
    position: relative;
    height: auto;
    margin: 0.2em auto 0.5em 0.2em;
    max-width: 95%;
    border-bottom: 3px ridge #ff6702;
    padding-bottom: 0.4em;
}
.writing::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: linear-gradient(90deg,rgba(165, 243, 230, 1) 0%, rgba(165, 243, 230, 1) 60%, rgba(240, 236, 162, 1) 81%);
    z-index: -1;
    transition: 0.3s ease;
    transform: scaleX(0);
    transform-origin: bottom left;
}
.writing:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#imgB {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    width: 8em;
    right: -4em;
    bottom: 3.5em;
}
#imgC {
    position: absolute;
    z-index: 0;
    top: -2em;
    right: 10em;
    width: 7em;
    animation-name: spin;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#imgD {
    position: absolute;
    z-index: 0;
    top: -2em;
    left: -5.5em;
    width: 10em;
}
#imgE {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    width: 4em;
    right: -5em;
    bottom: 9em;
}
#imgF {
    position: absolute;
    z-index: 99;
    pointer-events: none;
    width: 3em;
    right: 3.5em;
    bottom: 6em;
    transform: scaleX(-1) rotate(-35deg);
}
#imgG {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 12em;
    left: -7em;
    bottom: 4em;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}
#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.2em 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;
}