*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background-image: url('https://cdn.imgchest.com/files/45xcvw6nk27.png');
  background-color: #F8EEDA;
  margin: 7%;
  font-family: 'Gaegu', sans-serif;
  font-size: 20px;
  color: #856d6d;
  cursor: url("https://cdn.imgchest.com/files/4jdcv9wd6e4.png"), auto;
  }

.sidebg{
  background-image: url('https://cdn.imgchest.com/files/yxkczobjq67.png');
  background-repeat: repeat-y;
  background-position: top right;
  width: 225px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.side{
  background-color: #815c50;
  width: 176px;
  height: 100%;
  padding: 1rem 0.5rem 1rem 1rem;
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.avatar{
  width: 100%;
  opacity: 0.9;
  border-radius: 10px;
  transition: .2s ease;
}

.avatar:hover{
  transform: translateY(-5%);
}

.desc{
  padding: 0.5rem;
  color: #fffaf2;
}

.sideheaders{
  font-family: 'Love Ya Like A Sister', serif;
  font-weight: normal;
  font-size: 28px;
  color: #e6bb84;
}

.side ul{
  padding-left: 2.5rem;
}

.side li{
  list-style-image: url('https://cdn.imgchest.com/files/y2pckrx3g87.gif');
  font-size: 18px;
}

.container{
  display: flex;
  flex-direction: column;
  margin-left: 200px;
}

.headerwrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.title{
  font-family: 'Love Ya Like A Sister', serif;
  font-weight: normal;
  color: #7d3b45; 
  font-size: 46px;
  align-self: end;
  margin-left: -1rem;
}

.header3{
  font-family: 'Love Ya Like A Sister', serif;
  font-weight: normal;
  color: #7d3b45; 
}

 .header4{
  font-family: 'Love Ya Like A Sister', serif;
  font-weight: normal;
  color: #b64540; 
}

.headerimg{
  width: 285px;
  align-self: end;
  margin-right: -1rem;
  margin-bottom: -1rem;
  position: relative;
  z-index: 1;
}

.boxgap{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.box{
  display: flex;
  flex-direction: row;
  background-color: #FFFAF2;
  border: 3px solid #613f3f;
  border-radius: 10px;
}

.left{
  border-right: 3px solid #613f3f;
  padding: 0.7rem;
  text-align: center;
}

.icon{
  border: 2px solid #613f3f;
  border-radius: 10px;
  width: 80px;
}

.right{
  padding: 1rem;
}

.quotedivider{
  width: 100%;
}

.sidebarlink{
  color: #e1bca3;
  text-decoration: underline;
  display: inline-block;
  transition: .2s ease;
}

.sidebarlink:visited{
  color: #e1bca3;
}

.sidebarlink:hover{
  transform: translateY(-20%);
}

.sidebarlink:active{
  font-style: italic;
  font-weight: normal;
}

.bodylink{
  color: #5E8794;
  text-decoration: underline;
  display: inline-block;
  transition: .2s ease;
}

.bodylink:visited{
  color: #5E8794;
}

.bodylink:hover{
  transform: translateY(-20%);
}

.bodylink:active{
  font-style: italic;
  font-weight: normal;
}

.dottedunderline{
  text-decoration-line: underline;
  text-decoration-style: dotted; 
  text-decoration-color: #856d6d; 
}


::-webkit-scrollbar{
  width: 8px; 
}
    
::-webkit-scrollbar-track{
  background-color: transparent;
}

::-webkit-scrollbar-thumb{
  background-color: #613f3f;
}


@media(max-width:760px){
  body{
  margin: 0;
  padding: 1rem;
  }
  .sidebg{
  background-image: none;
  position: relative;
  top: 0;
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
  }
  .side{
  height: auto;
  width: 100%;
  text-align: center;
  padding: 1rem;
  }
  .side ul{
  padding: 0;
  }
  .side li{
  display: inline;
  margin-left: 4px;
  }
  .desc{
  font-size: 18px;
  }
  .avatar{
  width: 50%;
  margin: 0 auto;
  }
  .container{
  margin: 0;
  }
  .headerimg{
  width: 180px;
  }
  .title{
  font-size: 36px;
  margin: 0;
  }
}


#credit{
  font-size: 12px;
  position: fixed;
  bottom: 0;
  right: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  padding: 15px;
  background-repeat: no-repeat;
  background-color:transparent;
  height: 132px;
  width: 89px;
  border: none;
  transition: transform .3s ease-in-out;
}

#myBtn:hover {
  transform: rotate(360deg);;
}