body{    
    width: 1280px;
    height: 1000px;
    font-size: 12px;
    background: url('https://sadhost.neocities.org/images/tiles/tumblr_inline_mqgagaPYfb1qz4rgp540.gif');
    font-family: 'Garamond';
}
*{
    box-sizing: border-box;

}

h2{
    font-family: 'shantell-sans-bouncy', sans-serif;
    font-size:18px;
    color: rgb(50, 102, 23);
    margin-bottom: -10px;
}
h3{
    font-size: 12px;
}

a{
    color: inherit;
    text-decoration: none;
}

a:visited{
    color: inherit;
}
/*            */
/*        header    */
/*            */
#garden-sign{
    position: absolute;
    width: 250px;
    left: 670px;
    top: -80px;
}

#shelf{ /*   wooden part         */
    position: absolute;
    width: 900px;
    height: 30px;
    position: absolute;
    left: 300px;
    top: 140px
}
/*    plant-shelf        */
.plant-shelf{
    position: absolute;
    width: 90px;
    margin-top: -15px;
}

#plant1{
    left: 365px;
    top: 18px;
}

#plant2{
    top: 5px;
    left: 450px;
}

#plant3{
    top: 75px;
    left: 540px;
}

#plant4{
    top: 60px;
    left: 930px;
}

#plant5{
    top: 85px;
    left: 1015px;
}

#plant6{
    top: 40px;
    left: 1090px;
    width: 70px;
}

#link-back{
    position: absolute;
    left: 310px;
    top: 120px;
    font-size: 14px;
    font-weight: 550;
}

/*    moleskin / gallery        */
#moleskin{
    position: absolute;
    width: 800px;
    left:500px;
    top: 80px;
}
/* these are reversed lmao, top left */
/*       for the small pink notes     */
#note-top{
    position: absolute;
    width: 330px;
    left: 300px;
    top: 170px;
}

#note-bottom{
    position: absolute;
    width: 380px;
    left:820px;
    top: 600px;
}

/*      small notebook      */
#blog{
    position: absolute;
    width: 340px;
    top: 410px;
    left: 290px;
}

/*     to do list       */
#to-do-list-box{
    position: absolute;
    background-color: rgb(194, 227, 255);
    width: 170px;
    height: 220px;
    top: 640px;
    left: 640px;

    border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFaADAAQAAAABAAAAFQAAAAAIGxIOAAAATklEQVQ4EWNggIB/QAqEQYBSNtwQMINKBMxxVDIOYgzYUKqbzERVNyK5lNrmjnofkeipFrajsU+1oIQZRPUcCjJ4NPEPtcQPSwYgmmI2ABj0LbHzTGB7AAAAAElFTkSuQmCC") 7 /  7px / 0 round;
    border-width:  7px;
    border-style:  solid;
}


#to-do-list{
    position: absolute;
    left: 625px;
    top: 660px;
    width: 180px;
    height: 200px;
    overflow-y: scroll;
    
}

#to-do-list-title{
    position: absolute;
    top: 625px;
    left: 678px;
    z-index: 1;  
    width: 180px;
  
}

#tape{
    position: absolute;
    width: 70px;
    top:630px;
    left:610px; 
    z-index: 1;
}

#tape2{
    position: absolute;
    width: 70px;
    top:825px;
    left:760px; 
    z-index: 1;
}

/* blog */
/* box */

/* title of notebook */

#notebook-title{
    position: absolute;
    left: 380px;
    top: 433px;
    transform: rotate(-2.5deg);

}

.field-notebook{
    position: absolute;
    left: 370px;
    top: 484px;
    transform: rotate(-2.5deg);
    width: 205px;
    height: 390px;

    overflow-y: auto;       /* enables vertical scrolling */
    scrollbar-width: thin;  /* Firefox: thin scrollbar */

    direction: rtl;   /* flip scrollbar to left */
    text-align: left; /* make sure text still aligns correctly */

}

.field-notebook * {
    direction: ltr;
}
 .field-notebook:hover {
    overflow-y: auto; /* enable scrolling on hover */
}

.field-notebook div{
    margin-left: -15px;
    width: 195px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;

    border-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAAXNSR0IArs4c6QAAAKNJREFUOE/FlFEOwCAIQ/X+h95CMk0lBcsSN/8k+qBQ7e3A6geYjUEvl8jOsFhYj4eOyyPu9wPkk1h8shhUiRnEwDS5AsDLKNnH5z6Sr84P76dQlJS5Q5IfygnKDh1By38gUS/RAVv5byr9Bzq8hy1UB7X41pePL6PS0+XsblCqX8Nnqg6KKUgrVeSXoGxQiyzwr0+e/lKsh+X/9bOfvzJxevYGtVk4FqkQqMoAAAAASUVORK5CYII=') 7 /  7px / 0 round;
    border-width:  7px;
    border-style:  solid; 
  

}

.notebook-entry img{
    max-width: 100%;
    height: auto;
    border: 1px solid black;


}

.notebook-entry h3{ 
   line-height: 0.2em;

}

/* gallery notebook */

#gallery-title{
    position: absolute;
    left: 700px;
    top: 180px;

}

.gallery{
    width: 475px;
    height: 350px;
    background-color: rgb(255, 232, 253);
    position: absolute;
    left: 695px;
    top: 225px;
    transform: rotate(-.5deg);
    
    border-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAAXNSR0IArs4c6QAAAKBJREFUOE+9lMsNgEAIRN1qbMOLVXuxDavRrAmGRWDAzepJIrzM8LFMA54SYc7rclLese2wBiZUIAfJWBPlQjnAeg9DpV0US/BLacQeh2j546FkMzJhUqvVPEqztmUfef0NzUzWgxGngfbaV6FSdfTaaAYN9AsM9tSbJFLrTp+Dsysl88cvv2xDjauK7tu37jqzy///T612oI2AShFA+34BKty4Fm63W5EAAAAASUVORK5CYII=') 7 /  7px / 0 round;
    border-width:  7px;
    border-style:  solid; 

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;

    overflow-y: scroll;
    scrollbar-color: #ffb6c1 transparent; /* Firefox */
}

/* Chrome, Safari, Edge */
.gallery::-webkit-scrollbar {
    width: 8px;
    background: transparent; /* track */
}

.gallery::-webkit-scrollbar-thumb {
    background-color: #ffb6c1; /* pastel pink */
    border-radius: 4px;
}

/* optional hover effect */
.gallery::-webkit-scrollbar-thumb:hover {
    background-color: #ff85aa;
} 

.gallery div{
    width: 135px;
    border: 1px solid black;
    padding: 10px;
    background-color: rgb(255, 255, 255);
}

.gallery img:hover{
    transform: scale(2);
    z-index:-1;
}


.gallery img{
    max-width: 100%;
    object-fit: contain;
}

.gallery div p{
    text-align: center;
}
/* intro note about part*/
#intro-title{
    position: absolute;
    left: 380px;
    top: 235px;
}

#intro-note{
    position: absolute;
    left: 345px;
    top: 265px;
    width: 130px;
}

/* inventory */

#inventory-title{
    position: absolute;
    left: 510px;
    top: 195px;
    transform: rotate(-2deg);
    
}
#inventory{
    position: absolute;
    left: 472px;
    top: 230px;
    width: 130px;
    height: 175px;

    overflow-y: scroll;
    scrollbar-width: thin;       /* Firefox: thinner scrollbar */

    transform: rotate(-1deg);

    
    
}


#inventory ul{
list-style-position: inside; /* moves bullet closer to text */
margin-top: 3px;

}

#inventory img{
    width: 50px;
}

/* plant log */
#plant-title{
    position: absolute;
    left: 880px;
    top: 675px;
    width: 100%;

}
#plant-log{
    list-style-position: inside; /* moves bullet closer to text */
    position: absolute;
    left: 825px;
    top: 710px;
    width: 275px;
    height: 120px;
    transform: rotate(1deg);

    overflow-y: scroll;
}

#plant-p{
    position: absolute;
    top: 688px;
    left: 975px;
    width: 100%;
}