body {
    display: flex;
    overflow: auto;
    font-family: 'IM Fell DW Pica';font-size: 18px;
}

#leftpage {
    margin-left: 210px;
    margin-top: 10px;
    color: #360a19;
    width:400px;
    padding: 10px;
    padding-top: 20px;
    float: left;
}


#about {
    margin-left: 35px;
    height:193px;
    width: 346px;
    color: #360a19;
    padding: 5px;
    background-color: rgba(226, 231, 177, 0.82);
    text-shadow: 0px 0px 4px #f4eee5;
    position: absolute;
    top: 54px;
    text-align: center;
}


/* #portrait {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    float:left;
} */

.button1{
    background-color:#462c4e;
    border: none;
    color: #9accc6;
    text-align: right;
    transition-duration: 0.4s;
    border-radius: 3px;
    font-family: 'IM Fell DW Pica';font-size: 18px;
    text-decoration: underline;
    box-shadow: inset 0 0 5px #150f24;
    display: none;
}

.button1:hover {
    box-shadow: 0 7px 9px 0 rgba(0,0,0,0.24), 0 11px 20px 0 rgba(0,0,0,0.19);
}

#som {
    margin-left: 25px;
    margin-top: 25px;
    width: 160px;
    height: 280px;
    position: absolute;
    top: 255px;
}

#todo {
    color: antiquewhite;
    text-shadow: 0px 0px 3px black;
    width:140px;
    height: 160px;
    position: absolute;
    left: 460px;
    top:280px;
    overflow: auto;
}

#tasks {
    font-size: 15px;
}

#smth {
    width:160px;
    height: 100px;
    overflow: auto;
    position: absolute;
    left: 460px;
    top:465px;
}

#guest {
    margin-left: 80px;
    margin-top: 7px;
}

#rightpage {
    margin-top: 10px;
    color:  #360a19;
    width:400px;
    padding: 10px;
}

#gall {
    margin-left: 20px;
    margin-top: 22px;
    width:375px;
    height: 158px;
    align-content: center;
    justify-content: center;
    background-image: url("https://file.garden/aIzP3LWBQUP6_laG/Untitled88.png");
    background-size: cover;
}

.links {
    align-content: center;
    justify-content: center;
    font-size: 21px;
    background-color:#462c4e;
    border: none;
    color: #e2e7b1;
    transition-duration: 0.4s;
    border-radius: 3px;
    font-family: 'IM Fell DW Pica';
    text-decoration: underline;
    box-shadow: inset 0 0 5px #150f24;
    padding: 5px;
    padding-bottom: 2px;
    
}

.links:hover {
    box-shadow: 0 7px 9px 0 rgba(0,0,0,0.24), 0 11px 20px 0 rgba(0,0,0,0.19);
}

#ocs {
    margin-left: 38px;
    margin-right: 60px;
}

#fanart{
    margin-right: 58px;
}

.wax {
    width: 100px;
    height: 100px;
    margin: 10px;
    opacity: 0.8;
}

#com {
    width: 175px;
    margin-left: 50px;
    margin-top: 67px;
    height: 36px;
    color: #360a19;
    text-decoration: double underline;
    padding-top: 4px;
    padding-left: 20px;
    font-size: 30px;
}

#com:hover {
    color:#5d2d3e;
    text-shadow: 2px 2px 5px rgb(226, 231, 177);
}


#box {
    width: 140px;
    height: 140px;
    margin-top: 39px;
    margin-left: 35px;
}

.linktree {
    color: #36253d;
  background-color: transparent;
  text-decoration: underline;
}

.linktree:hover {
  color: rgb(226, 231, 177);
  background-color: transparent;
  text-decoration: underline;
    text-shadow: 2px 2px 5px #150f24;
}

.linktree:active {
  color: rgba(226, 231, 177, 0.82);
  background-color: transparent;
  text-decoration: underline;
}

#ano {
    width: 135px;
    height: 185px;
    position: absolute;
    right: 265px;
    top:305px;
    padding-left: 10px;
}

#stamps {
    width:385px;
    height:50px;
    margin-top: 27px;
    margin-left: 12px;
    overflow: hidden;
}

#directory {
    width: 150px;
    height: 530px;
    position:absolute;
    right: 65px;
    top: 30px;
    color: #360a19;
}

.tabs {
    width: 130px;
    height: 50px;
    background-image: url(https://file.garden/aIzP3LWBQUP6_laG/Untitled89_20250821074256.png);
    background-size: contain;
    align-content: center;
    padding-left: 40px;
    background-repeat: no-repeat;
    text-decoration: underline;
    font-size: 22px;
    transition-duration: 0.3s;
    color: #360a19;
    
}

.tabs:hover {
  color: #5d2d3e;
  text-shadow: 2px 2px 7px #0e0d0f;
}

#galllink:hover {
    margin-left: 10px
}
#ablink:hover {
    margin-left: 10px
}

#Blog:hover {
    margin-left: 10px
}

#Shrines:hover {
    margin-left: 10px
}

#Hoards:hover {
    margin-left: 10px
}

#Encounters {
    padding-left: 30px;
    font-size: 21px;
}

#Encounters:hover {
    margin-left: 10px
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgb(25, 67, 55);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(191, 190, 129); 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(115, 104, 86); 
}