@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);
}

* {
    box-sizing: border-box;
}

p {
    font-family: Griffy;
}

h1#bigheader,
#navHead p {
    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;
}

#ar {
    font-family: Angelic Peace;
    font-weight: normal;
    background: linear-gradient(55deg, #000 0%, #b8aba7 20%);
    color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px 0;
}

h1#bigheader::first-letter, #firstshelf p:first-of-type::first-letter {
    font-family: Middle Ages;
    text-transform: capitalize;
}

#firstshelf p:first-of-type {
    text-align: center;
}

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/first.jpg);
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

main {
    justify-content: center;
    display: flex;
    align-items: flex-end;
    height: 100vh;
}


h1#bigheader {
    font-size: 4em;
    line-height: 0.85;
    text-align: right;
    position: absolute;
    right: 0;
    margin: 2vh 0 0 0;
    filter: drop-shadow(0 0 0.6rem #EBD9D180);

}


.shelf {
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/bookshelf);
    width: 350px;
    height: 490px;
    background-size: cover;
    background-position: center;
    bottom: 0;
    filter: drop-shadow(0 0 0.15rem #EBD9D190);
    display: flex;
    flex-direction: row;
    position: relative;
    right: 14vh;
}

#navHead p {
    position: fixed;
    font-size: larger;
    left: 17.5vh;
    bottom: 41.35vh;
    margin: 0;
}

.shelf .leftcub,
.shelf .rightcub {
    position: relative;
    top: 30.8vh;
    height: 190px;
}

.leftcub {
    width: 210px;
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/cram.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    right: 2px;
    display: flex;
    flex-direction: column;
}

.rightcub {
    width: 35%;
    right: 1.8vh;
}

#firstshelf {
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/torn.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 75px;
    margin: 5px 0 16px 0;
    overflow-y: scroll;
    scrollbar-width: none;
}

#secondshelf {
    height: 45px;
    margin-bottom: 20px;
}

#thirdshelf {
    background: url(https://file.garden/Z3JTKdblz3hn1Ndx/neo/spine.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    height: 30px;
    transform: scale(1);

}

.leftcub p {
    color: #c8bbad;
    text-align: justify;
    position: relative;
    left: 37px;
    font-size: 0.8em;
    line-height: 1;
    top: 20vh;
    margin: 0;
}

#thirdshelf, img#book2, img#book1 {
    transform: scale(1);
    transition: transform 0.4s ease-in, filter 0.4s ease-in;

}

#thirdshelf:hover, img#book2:hover, img#book1:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 0.25rem #EBD9D1);
    cursor: pointer;
}

progress {
    position: relative;
    left: 37px;
    top: 20vh;
    width: 65%;
}

#rose {
    height: 50px;
    position: relative;
    left: 75px;
}

#firstshelf p {
    margin: 5px 5px 15px 15px;
    line-height: 0.9;
    font-size: small;
    position: relative;
    text-align: justify;
    font-size: 0.9em;
}



#firstshelf p:last-child {
    margin-bottom: 5px;
}

img#book1, img#book2 {
    position: relative;
    height: 50px;
    left: 70px;
}

img#book2 {
    transform: rotate(-10deg);
}

#plush{
    height: 55px;
    position: absolute;
    filter: drop-shadow(0 0 0.15rem #EBD9D160);

}