/* fonts section */

@font-face {
  font-family: kosugimaru;
  src: url(https://file.garden/aO0xzDCQS03opGVf/KosugiMaru-Regular.ttf);
}

body {
  background-color:
    #FFFFFF ;
}

/* general section */

a {
  color: #CCAA88;
  text-decoration: underline;
}

.text-container {
  background-color: transparent;
  max-width: 295px;
  margin: auto;
}

/* text section  */

a:hover {
  filter: blur(1px);
  transition: 0.3s;
  font-style: italic;
}

strong {
  color: white;
  text-shadow:  -1px -1px 0 #5f4f3a, 1px -1px 0 #5f4f3a, -1px 1px 0 #5f4f3a, 1px 1px 0 #5f4f3a;
  font-weight: 700 !important;
}

/* new classes section  */

.txt {
  color: #000000;
  font-family: kosugimaru;
  font-size: 14px;
}

.mizzy {
  width: 250px;
  display: block;
  margin: auto;
}

.info {
  text-align: center;
}

.scrollbox {
  background-color: transparent;
  border: solid 20px;
  border-image: url(https://i.postimg.cc/JhZn0r7J/cheruvic.png) 24% fill round;
  text-align: center;
  max-width: 350px;
  height: 260px;
  padding: 10px;
  margin: auto;
  display: block;
  overflow-x: auto;
  overflow-y: scroll;
}

/* special stuff */

.site-header {
  a {
    text-shadow: none;
  }
}

/* scrollbar section */

::-webkit-scrollbar {
  width: 13px;
}
 
::-webkit-scrollbar-track {
  background-color: white;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  background: linear-gradient(#ffd0de, #ffe6ed);
  border: 1px solid #f2bdcd;
}  