* {
    box-sizing: border-box;
}

p {
    font-family: Griffy;
}

#vknightColour {
    background: linear-gradient(180deg, #ee5f5f 40%, #000000 100%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Neo Victorian;
}

h1#bigheader,
h3.bookHead,
p.playHead,
.posty .postright .songPLAYING p#showntitle::after,
.posty .postright .songNotplaying p#hidden::after,
#navhelper p,
#code p,
.allMessages p.senderInfo,
#input:empty::before,
#musicHelp p,
#navHead p, span.statupDate {
    font-family: Angelic Peace;
    font-weight: normal;
    line-height: 0.9;
    background: linear-gradient(50deg, #000000 0%, #715a5a 60%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#statHead p,
.microdate,
p#beforeFine {
    font-family: Angelic Peace;
    font-weight: normal;
    background: linear-gradient(50deg, #b8aba7 30%, #000 90%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px 0;
}


@font-face {
    font-family: amadeus;
    src: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/amadeus);
}

@font-face {
    font-family: Angelic Peace;
    src: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/Angelic%20Peace.ttf);
}

@font-face {
    font-family: Middle Ages;
    src: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/MiddleAgesDeco_PERSONAL_USE.ttf);
}

@font-face {
    font-family: Neo Victorian;
    src: url(https://file.garden/Z3JTKdblz3hn1Ndx/Neo%20Victorian.ttf);
}

@keyframes sway {
    0% {
        transform: rotate(-25deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-30deg);
    }

    100% {
        transform: rotate(-25deg);
    }
}

@keyframes forHeadnve {
    0% {
        rotate: 5deg;
    }

    50% {
        rotate: -5deg;
    }

    100% {
        rotate: 5deg;
    }
}

@keyframes forHeadpve {
    0% {
        rotate: -5deg;
    }

    50% {
        rotate: 5deg;
    }

    100% {
        rotate: -5deg;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main {
    max-width: min-content;
    position: relative;
    top: 47vh;
    left: 5vh;
    transform: rotate(-5deg);
}

html,
body {
    margin: 0;
    padding: 0%;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100vh;
    cursor: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/vkcursor.png), auto;
}

body {
    background-image: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/enter.jpg);
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

h1#bigheader {
    font-size: 4em;
    line-height: 0.85;
    text-align: right;
    position: absolute;
    right: 0;
    margin: 2vh 0 0 0;
}

h1#bigheader::first-letter,
.posty p#first::first-letter,
.box .content p:first-of-type::first-letter,
#statHead p::first-letter{
    font-family: Middle Ages;
    text-transform: capitalize;
}


.box {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/book.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0 0 0.25rem #EBD9D1);
    width: 65vh;
    height: 350px;
    z-index: 999;
}

h3.bookHead {
    font-size: 1.5em;
    transform: rotate(-0.5deg);
    margin: 0;
    position: relative;
    bottom: 10px;
}

.box .left,
.box .right {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
    top: 60px;
    width: 40%;
}

.box .right {
    left: 4px;
}

.box .content {
    position: relative;
    top: 5px;
    height: 200px;
    width: 90%;
    overflow-y: scroll;
    scrollbar-width: none;
    text-align: justify;
}

.box .content p:first-of-type {
    margin-top: 0;
}

#quill {
    position: absolute;
    top: 75vh;
    left: 50vh;
    z-index: 1;
    transform: scale(1);
    rotate: -10deg;
    filter: drop-shadow(0 0 0.25rem #EBD9D1);
    clip-path: polygon(64% 7%, 100% 0, 100% 18%, 65% 41%, 1% 100%, 15% 69%, 33% 39%);
}

.roseborder {
    width: 80%;
    margin: 0 0 10px 18px;
}

.CAStamp {
    width: 30%;
    margin: 0 0 10px 60px;

}

p.playHead {
    font-size: large;
    margin: 0 0 5px 0;
    line-height: 0.8em;
}

.nowplay {
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/tag.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: absolute;
    bottom: 28vh;
    left: 40vh;
    max-width: 15%;
    transform: rotate(-25deg);
    animation: sway 4s ease-in-out infinite !important;
    transform-origin: top right;
    z-index: 9999;
    filter: drop-shadow(0 0 0.25rem #EBD9D1);
    clip-path: polygon(56% 0, 90% 1%, 91% 27%, 87% 50%, 69% 82%, 14% 100%, 7% 89%, 17% 64%, 23% 7%);
}

.nowplay .content {
    position: relative;
    left: 7vh;
    width: 50%;
    transform: rotate(5deg);
    text-align: center;
    height: 60px;
    overflow-y: scroll;
    scrollbar-width: none;
    top: 8.7vh;
}


p#playcontent {
    line-height: 1.1;
    margin: 0;
}

.posty {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 200px;
    width: 335px;
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/post.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 40vh;
    transform: rotate(4deg);
    left: 20px;
    filter: drop-shadow(0 0 0.25rem #958a8a);
    transition: transform 0.9s cubic-bezier(.27, -0.34, 0, 1.29);
}

.posty .scrollposty {
    overflow-y: scroll;
    height: 150px;
    width: 190px;
    margin: 40px 10px 0 10px;
    scrollbar-width: none;
    position: relative;
    top: 0;
}


.post:nth-child(even) {
    float: right;
}

.post:nth-child(odd) {
    float: left;
}

.scrollposty .microscroll .post {
    background-image: url("https://file.garden/Z3JTKdblz3hn1Ndx/neo/tab.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 55px;
    margin-bottom: 10px;
}

.posty .scrollposty .post p {
    margin: auto;
    font-size: 0.8em;
    text-align: justify;
    position: relative;
    top: 11px;
    overflow-y: scroll;
    height: 35px;
    width: 80%;
    scrollbar-width: none;
}

.posty:hover {
    transform: translateY(-17vh) rotate(0deg);
}

p#first {
    font-size: 0.5em;
    left: 23vh;
    top: 25.5vh;
    width: max-content;
    position: absolute;
    font-family: Angelic Peace;
    color: #958a8a;
    margin: 0;
    padding: 0;
}

.microdate {
    font-size: larger;
}

.posty .postright {
    display: grid;
    grid-template-rows: 1fr 2fr;
}

.posty .postright .songControls,
.posty .postright .statusUp {
    line-height: 1;
    width: 87%;
}

.posty .postright .songControls,
.posty .postright .statusUp::before {
    margin-left: 5px;

}

.posty .postright .songControls .songPLAYING {
    display: none;
}

.posty .postright .songControls .songPLAYING #showntitle {
    font-size: 0.9em;
    margin: 15px 0 5px 0;
}

.posty .postright .songControls .songPLAYING p#showntitle:hover {
    font-size: 0;
}

.posty .postright .songControls .songPLAYING p#showntitle:hover::after {
    content: "plaYing: ";
    font-size: 15.8px;
}

.posty .postright .songControls .songPLAYING #artist {
    margin-top: 10px;
    font-size: 0.7em;
    font-family: Angelic Peace;
    width: 55%;
    margin: 0;
}

.posty .postright .songControls .songNotplaying p#hidden,
.posty .postright .songPLAYING p#showntitle {
    width: 50%;
}

.posty .postright .songControls .songNotplaying p#hidden:hover {
    font-size: 0;
}

.posty .postright .songControls .songNotplaying p#hidden:hover::after {
    content: "not \A plaYing. ";
    font-size: 20px;
    white-space: pre;
    position: relative;
    top: 10px;
}

#stamp {
    position: fixed;
    height: 50px;
    width: 40px;
    left: 39vh;
    z-index: 1;
}

#stamp:hover {
    cursor: pointer;
}

.posty .postright .statusUp {
    align-content: flex-start;
    text-align: center;
    position: relative;
    bottom: 4vh;
    width: 91%;

}

.posty .postright .statusUp::before {
    content: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/mnotes.png);
    position: relative;
    right: 10px;
}

#statHead {
    font-size: large;
}

.posty .postright .statusUp .statContent  img{
    height: 11px;
}

.posty .postright .statusUp .statContent {
    height: 65px;
    overflow-y: scroll;
    scrollbar-width: none;
    position: relative;
    top: 2px;
}

.posty .postright .statusUp .statContent p {
    margin: 10px 0;
    font-size: 0.8em;
    line-height: 1.1;
    text-decoration-line: underline;
    text-decoration-color: #b8aba780;
    height: 30px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.posty .postright .statusUp .statContent p:first-of-type {
    margin-top: 0;
}

.posty .postright .statusUp .statContent p:last-of-type,
main .otherstamps .classofStamps img:last-of-type {
    margin-bottom: 0;
}

.musicHelper {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 18vh;
    left: 50vh;
    transform: rotate(-4deg);
}

#imageHelp img {
    width: 25%;
    image-rendering: pixelated;

}

#musicHelp p {
    width: 20%;
    font-family: amadeus;
    position: relative;
    top: 9.5vh;
    left: -2vh;
    filter: drop-shadow(0 0 0.25rem #715a5a);
    line-height: 0.8;

}

main .cuties a .heads {
    height: 50px;
    position: relative;
    bottom: 20px;
    left: 15vh;
    z-index: 999;
}

.cuties a>img.heads {
    transform: rotate(10deg);
    animation: forHeadpve 1s infinite;

}

.cuties a:nth-of-type(odd)>img.heads {
    transform: rotate(-10deg);
    animation: forHeadnve 1s infinite;

}

#navhelper p {
    font-size: larger;
    filter: drop-shadow(5px 0 0.25rem #EBD9D1);

}



#navhelper p {
    position: absolute;
    transform: rotate(5deg);
    bottom: 27.5vh;
    left: -5vh;

}

#stampimage img {
    width: 90px;
    height: 40px;
    filter: drop-shadow(0 0 0.25rem #958a8a50);

}

.box .right .header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 90%;
    bottom: 9px;
}

.box .right .header #code {
    text-align: right;
    position: relative;
    bottom: 5px;
}

.box .right .header #code p {
    position: relative;
    margin: 0 0 7.1px 0;
    font-size: 0.9em;
}

textarea {
    resize: none;
    text-align: left;
    border: 1px dashed #715a5a;
    border-radius: 5px;
    font-family: Doto;
    font-size: 0.6em;
    color: #000;
    background-color: #f3ecec;
    width: 90%;
    height: 25px;
    scrollbar-width: thin;
}

main .otherstamps {
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/torn.png);
    display: grid;
    grid-template-rows: 1fr 2fr;
    position: relative;
    bottom: 27vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    transform: rotate(7deg);
    left: 45vh;
    width: 250px;
    align-items: center;
    text-align: center;
    transition: transform 0.9s cubic-bezier(.27, -0.34, 0, 1.29);
    filter: drop-shadow(0 0 0.5rem #715a5a);
}

main .otherstamps:hover {
    transform: translateX(17vh) rotate(5deg);
}

main .otherstamps .stampheader {
    position: relative;
    top: 10px;
}


main .otherstamps .stampheader p#beforeFine {
    font-size: 1.6em;
    line-height: 0.7em;
}

main .otherstamps .classofStamps {
    width: 70%;
    height: 90px;
    overflow-y: scroll;
    scrollbar-width: none;
    text-align: justify;
    position: relative;
    left: 47px;
    bottom: 9px;
}

main .otherstamps .classofStamps img {
    width: 48%;
    margin-bottom: 9px;
    filter: saturate(25%) contrast(130%);
    image-rendering: pixelated;
}

main .otherstamps .classofStamps img:hover {
    filter: unset;
}

main .otherstamps p#fineprint {
    font-size: 0.7em;
    margin-top: 0;
}

main .otherstamps .stampheader p#beforeFine,
main .otherstamps p#fineprint {
    margin: 0 10px 0 30px;

}
