main {
    width: 65em;
    margin: 4em auto 0;
    position: relative;
    z-index: 1;
}
#mainDiv {
    width: 51em;
    margin: auto 0 auto auto;
}
#mainDiv .inner {
    height: 35em;
    margin: 0!important;
    padding: 0!important;
}
#nav {
    width: 15em;
    position: absolute;
    z-index: 5;
    top: 3em;
    left: 1em;
}
#nav .inner {
    height: 14em;
    overflow-x: hidden;
    overflow-y: auto;
}
summary::marker {
    font-size: 0.6em;
}
details {
    font-size: 1.2em;
    margin: 0.2em auto 0.5em 0.5em;
    display: block
}
details p {
    margin: 0 auto 0.1em 0.4em;
    display: block;
    position: relative;
    max-width: 8em;
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}
details a {
    font-size: 0.8em;
    text-decoration: none!important;
    position: relative;
    margin-left: 0.4em;
    width: 100%;
    display: block;
}
details a::before {
    content: 'a';
    font-family: starshine;
    margin: auto 0.5em auto auto;
    font-size: 0.7em;
}
details p::before {
    transform: scaleX(0);
    transform-origin: bottom left;
} 
details > p:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}
details > p::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;
}
.active {
    background: linear-gradient(90deg,#FFC615 0%, #FFC615 60%, rgba(240, 236, 162, 1) 81%);
}
#abt {
    width: 15em;
    position: absolute;
    z-index: 5;
    top: 24em;
}
#abt .inner {
    height: 14em;
    padding: 0.2em 0 0 0.3em;
    line-height: 0.9em;
}
#abt .inner img {
    width: 40%;
    margin: 0.2em 0.4em 0 0;
    float: left;
}
#back {
    font-family: starshine;
    font-size: 4em;
    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: absolute;
    z-index: 999;
    letter-spacing: 0.15em;
    width: fit-content;
    text-decoration: none!important;
    bottom: -0.9em;
    margin-left: 10.6em;
    text-align: center;
    transform-origin: center;
}
#imgA {
    z-index: 99;
    position: absolute;
    bottom: -3.3em;
    right: -5em;
    width: 14em;
    pointer-events: none;
}
#imgB {
    z-index: 0;
    position: absolute;
    top: -2em;
    left: 2em;
    width: 10em;
    pointer-events: none;
}
#imgC {
    z-index: 99;
    position: absolute;
    top: -5em;
    right: -6em;
    width: 15em;
    pointer-events: none;
    rotate: 15deg;
}
#imgD {
    z-index: 99;
    position: absolute;
    left: -4em;
    bottom: -3em;
    width: 6em;
    rotate: 150deg;
}
#imgE {
    z-index: 99;
    position: absolute;
    left: -5em;
    width: 6em;
    bottom: 2em;
    rotate: 75deg;
}
#imgF {
    z-index: 99;
    position: absolute;
    right: -6.5em;
    width: 8em;
    bottom: 5em;
    rotate: -130deg;
}
.funkyHover {
    letter-spacing: 0.5em;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69);
}
.funkyHover:hover {
    scale: 102%;
    rotate: -1deg;
    letter-spacing: 0.2em!important;
}