@font-face {
src: url(https://files.catbox.moe/gvfl5a.ttf);
font-family: chalk;
}
@font-face {
src: url(https://files.catbox.moe/bi1ixl.ttf);
font-family: wiener;
}

.texty {
   line-height: 1.3;
  height: 300px;
  width: 200px;
  text-align: justify;
  font-family: chalk;
  font-weight: normal;
    font-size: 19px !important;
  background-color: #fae5cf;
  color: #fff !important;
      overflow: scroll;
  margin-right:23px;
  margin-left:23px;
  padding: 6px;
  position: absolute;
  top: 140px;
  left: -60px;
  z-index: 1;
  box-shadow: 0px 0px 12px 12px rgba(250, 229, 207);
  text-shadow: -1px 0 #e0bd99, 0 1px #e0bd99, 1px 0 #e0bd99, 0 -1px #e0bd99, 0 0;
}

.texty::-webkit-scrollbar {
  display: none;
}

.hi {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120%;
  background-color: transparent;
  position: relative;
  z-index: 3;
   pointer-events: none;
}

.text-container {
width: 350px;
    height: 550px;
      padding: 0 !important;
  margin: auto;
  position: relative;
  overflow: visible;
    background-color: transparent;
  z-index: 0;
}

.namesy {
  font-family: wiener;
  letter-spacing: 2px;
  font-size: 45px;
  font-weight: bold;
    text-shadow: -1px 0 #e0bd99, 0 2px #e0bd99, 2px 0 #e0bd99, 0 -1px #e0bd99, 0 0;
  color: #fff;
  position: absolute;
    top: 85px;
  left: -42px;
  z-index: 2;
 
}

a {
  color: #fae5cf;
      text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff, 0 0;
  font-size: 24px;
}

a.normal {
  color: inherit; /* or whatever color you want */
  text-shadow: -1px 0 #e0bd99, 0 1px #e0bd99, 1px 0 #e0bd99, 0 -1px #e0bd99, 0 0;
  font-size: inherit;
  text-decoration: underline;
}

:root[data-theme="light"] {
  --background-color: #fff;
  --text-color: #e2b483;
  --accent-text-color: #e2b483;
  --link-color: #e2b483;

  --container-background-color: #fff;
  --accent-background-color: #e2b483;
}

:root[data-theme="dark"] {
  --background-color: #fff;
  --text-color: #e2b483;
  --accent-text-color: #e2b483;
  --link-color: #e2b483;

  --container-background-color: #fff;
  --accent-background-color: #e2b483;
}
  .publish-timestamp, .edit-timestamp, .site-footer, #theme-toggle, .edit {
  visibility: hidden;
}

@media (max-width: 600px) {
  body {
    transform: scale(0.87);      
    transform-origin: top center;
    width: 118%;                 
    margin: 0 auto;             
    overflow-x: scroll;          
    overflow-y: visible;
  }

  html, body {
    max-width: 100%;
  }
}

html, body, .site-header, .site-footer {
  cursor: url(https://files.catbox.moe/sdwk19.png), auto !important;
}