@font-face {
    src: url('https://novalite.rest/font/olive.ttf');
    font-family: olive;
}
@font-face {
    src: url('https://novalite.rest/font/Starshines.ttf');
    font-family: starshine;
}
.windowA, #statusBubble {
    scrollbar-width: auto;
    scrollbar-color: #361D2E #A5F3E6;
}
.windowA a {
    color: #361D2E!important;
}
.windowA::-webkit-scrollbar, #statusBubble {
    width: 16px;
}
.windowA::-webkit-scrollbar-track, #statusBubble {
    background: #A5F3E6;
}
.windowA::-webkit-scrollbar-thumb, #statusBubble {
    background-color: #361D2E;
}
.windowB {
    scrollbar-width: auto;
    scrollbar-color: #FF6702 #F0ECA2;
}
.windowB a {
    color: #751300!important;
    text-decoration-style: dotted!important;
    text-decoration-thickness: 0.05em;
}
.windowB::-webkit-scrollbar {
    width: 16px;
}
.windowB::-webkit-scrollbar-track {
    background: #F0ECA2;
}
.windowB::-webkit-scrollbar-thumb {
    background-color: #FF6702;
}
.windowA {
    background-color: #A5F3E6;
    border: 4px ridge #361D2E;
    border-radius: 1em;
}
.windowA > .tab {
    background: url("https://novalite.rest/siteImage/starbgB.jpg");
    background-size: 2em;
    border-bottom: 4px ridge #361D2E;
    border-radius: 0.8em 0.8em 0 0;
    padding-left: 0.5em;
}
.windowA > .tab:hover, .windowB > .tab:hover, .draggable2:hover {
    cursor: grab;
}
.windowA > .tab > p {
    filter: drop-shadow(1px 1px 0 #361D2E) drop-shadow(-1px 1px 0 #361D2E) drop-shadow(0 -1px 0 #361D2E) drop-shadow(1px 0 #361D2E);
    margin: 0!important;
    padding-top: 0.1em;
    text-shadow: 0px 0px 2px #361D2E;
    height: 1.3em!important;
    color: #A5F3E6;
    font-size: 1.2em;
}
.windowA > .tab > p > img {
    vertical-align: -0.15em;
    margin-right: 0.2em;
    filter: none!important;
    text-shadow: none!important;
    height: 1em;
    image-rendering: pixelated;
}
.windowB {
    background-color: #F0ECA2;
    border: 4px ridge #ff6702;
    border-radius: 1em;
    color: #751300;
}
.windowB > .tab {
    background: url("https://novalite.rest/siteImage/starbg.jpg");
    background-size: 2em;
    border-bottom: 4px ridge #ff6702;
    border-radius: 0.8em 0.8em 0 0;
    padding-left: 0.5em;
}
.windowB > .tab > p {
    filter: drop-shadow(1px 1px 0 #FFC616) drop-shadow(-1px 1px 0 #FFC616) drop-shadow(0 -1px 0 #FFC616) drop-shadow(1px 0 #FFC616);
    margin: 0!important;
    padding-top: 0.1em;
    text-shadow: 0px 0px 2px #FFC616;
    height: 1.3em!important;
    color: #751300;
    font-size: 1.2em;
}
.windowB > .tab > p > img {
    vertical-align: -0.15em;
    margin-right: 0.2em;
    height: 1em;
    image-rendering: pixelated;
}
.windowB > .inner, .windowA > .inner {
    margin: 0.3em;
    font-size: 1.2em;
}
body {
    background-color: #152233;
    background-image: url('https://novalite.rest/siteImage/skyBg.jpg');
    background-size: cover;
    background-position: 0 -25em;
    font-family: olive;
    position: relative;
    padding-top: 12em;
}
main {
    width: 45em;
    margin: 0 auto;
    position: relative;
}
#mainDiv {
    width: 38em;
    margin: auto;
    z-index: 2;
}
#mainDiv .inner {
    height: 17.75em;
}
#pagedollA, #pagedollB {
    position: absolute;
    height: 24em;
    width: 18em;
    left: -5em;
    top: 2.5em;
    filter: drop-shadow(1px 1px 0 #F0ECA2) drop-shadow(-1px 1px 0 #F0ECA2) drop-shadow(0 -1px 0 #F0ECA2) drop-shadow(1px 0 #F0ECA2);
    background-size: auto 24em;
    background-repeat: no-repeat;
    z-index: 5;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69);
}
#pagedollA {
    background-image: url('https://novalite.rest/siteImage/webmPagedollA.png');
    display: none;
}
#pagedollB {
    background-image: url('https://novalite.rest/siteImage/webmPagedollB.png');
    display: block;
}
#pagedollA:hover {
    background-image: url('https://novalite.rest/siteImage/webmPagedollA2.png');
    scale: 102%;
    rotate: -3deg;
}
#pagedollB:hover {
    background-image: url('https://novalite.rest/siteImage/webmPagedollB2.png');
    scale: 102%;
    rotate: 3deg;
}
.preload {
    position: absolute;
    z-index: -1;
    opacity: 0%;
    width: 2em;
}
#statusBubble {
    background-color: #A5F3E6;
    border: 4px ridge #361D2E;
    border-radius: 1em;
    position: absolute;
    z-index: 99;
    width: 19.5em;
    height: 4em;
    left: 11em;
    top: 0.5em;
    text-transform: lowercase;
}
#statuscafe {
    margin: 0.25em 0.5em;
    font-size: 0.85em;
    color: #361D2E;
    max-height: 4em;
    overflow-y: auto;
    overflow-x: hidden;
}
#statuscafe a {
    color: #361D2E!important;
}
#statuscafe-username {
    font-size: 1.3em;
    position: sticky;
    top: 0;
    background: #A5F3E6;
}
#statuscafe-content {
    font-size: 1.15em;
    line-height: 0.9em;
}
#circleA {
    background-color: #A5F3E6;
    border: 4px ridge #361D2E;
    border-radius: 2em;
    position: absolute;
    z-index: 99;
    width: 1em;
    height: 1em;
    left: 9em;
    top: 0.5em;
}
#circleB {
    background-color: #A5F3E6;
    border: 4px ridge #361D2E;
    border-radius: 2em;
    position: absolute;
    z-index: 99;
    width: 0.6em;
    height: 0.6em;
    left: 7.5em;
    top: 1.5em;
}
#mainInfo {
    width: 64%;
    margin: 4.5em 0.2em 0 auto;
    height: 17.75em;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 0.95em;
    position: relative;
    z-index: 99;
    filter: drop-shadow(1px 1px 0 #F0ECA2) drop-shadow(-1px 1px 0 #F0ECA2) drop-shadow(0 -1px 0 #F0ECA2) drop-shadow(1px 0 #F0ECA2);
}
#favs {
    width: 13em;
    height: 17em;
    position: absolute;
    top: 10.5em;
    right: -8.9em;
    z-index: 4;
}
#favs .inner {
    height: 12em;
    overflow-x: hidden;
    overflow-y: auto;
}
table {
    width: 100%;
    font-size: 1.05em;
    border-spacing: 0.2em;
    color: #361D2E;
}
th, td {
    text-align: left;
    padding: 0.4em 0.3em 0.4em 0.3em;
    border: 1px solid #361D2E;
    line-height: 0.9em;
}
th {
    background: #361D2E;
    color: #A5F3E6;
    letter-spacing: 0.05em;
}
td span {
    color: #88A100;
}
#stamps {
    width: 21em;
    height: 13em;
    position: absolute;
    z-index: 1;
    top: -4em;
    right: -7em;
}
#stamps .inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 8.5em;
}
#more {
    width: 30em;
    position: absolute;
    z-index: 3;
    top: -6.25em;
    left: -1em;
}
#more .inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 2em;
    text-align: center;
}
#more a {
    text-decoration: none!important;
    border: 3px ridge #361D2E;
    padding: 0.1em 0.5em;
    display: inline-block;
    width: fit-content;
    font-size: 1.2em;
    border-radius: 0.5em;
    letter-spacing: 0.05em;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.22,2.06,.11,.69);
}
#more a:hover {
    letter-spacing: 0.1em;
}
#more .inner img {
    margin: auto 0.4em;
    vertical-align: -0.2em;
}
#likes {
    width: 13em;
    position: absolute;
    z-index: 1;
    top: 1em;
    left: -11em;
}
#likes .inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 18em;
}
#likes .bluebox {
    background: #A5F3E6;
    color: #361D2E;
    border-radius: 1em;
    padding: 0.1em;
    margin: 0.5em 0.2em;
}
#likes h3 {
    margin: 0.2em auto 0.2em 0.6em;
    letter-spacing: 0.1em;
}
#likes ul {
    list-style: none;
    margin: 0.2em 0;
    padding-left: 0;
}
#likes li {
    padding-left: 1em;
    text-indent: -1.1em;
    margin: 0 auto 0.2em 0.9em;
}
#likes li:before {
    content: "a";
    font-family: starshine;
    margin-right: 0.25em;
    font-size: 0.6em;
}
#art {
    width: 26em;
    position: absolute;
    z-index: 99;
    top: 27em;
    left: -10em;
}
#art .inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 4.5em;
}
#art .inner table {
    font-size: 0.95em;
}
#art .inner th {
    max-width: 4.5em;
}
#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: -1.45em;
    margin-left: 7.75em;
    text-align: center;
    transform-origin: center;
}
#imgA {
    position: absolute;
    left: -1.75em;
    top: -2.25em;
    z-index: 99;
    pointer-events: none;
    width: 5em;
    rotate: -15deg;
}
#imgB {
    position: absolute;
    top: -7em;
    left: -10.5em;
    z-index: 1;
    width: 8em;
    rotate: 25deg;
    margin: 0;
}
#imgC {
    position: absolute;
    bottom: -6em;
    left: 17em;
    width: 12em;
    margin: 0;
    animation-name: spin; 
    animation-duration: 12s; 
    animation-iteration-count: infinite; 
    animation-timing-function: linear;
}
#imgD {
    position: absolute;
    bottom: -3em;
    right: -3em;
    width: 9em;
    rotate: -30deg;
    pointer-events: none;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.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;
}
.floaty {
    animation-name: floating; 
    animation-duration: 8s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    animation-delay: -2s;
}
.floatyB {
    animation-name: floating; 
    animation-duration: 6s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
    animation-delay: -2s;
} 
@keyframes floating { 
    0% { 
        transform: translate(0,  0px); 
    } 

    50%  { 
        transform: translate(0, 5px); 
    } 

    100%   {
        transform: translate(0, -0px); 
    } 
}     