@font-face {
src: url(https://file.garden/Z9M35oTzwUunBKQE/Grenouille.ttf);
font-family: wiener;
}
@font-face {
src: url(https://files.catbox.moe/gvfl5a.ttf);
font-family: chalk;
}

.box {
  border: 3px solid #d7c1f7;
   box-shadow: 0px 0px 10px 3px rgba(215, 193, 247, .90);
  padding: 10px; !important;
  margin: 0 auto;
  margin-right: 50px;
    width: 520px;
  height: 463px;
  z-index: 2;
  background: rgba(247, 245, 236, .90);
  background-color: #fff !important;
}

a {
  text-decoration: underline;
}
s {
  text-decoration: line-through;
  text-decoration-color: #ebdefa;
}
.texty {
   line-height: 1.3;
  text-align: center;
  font-family: chalk;
  font-weight: normal;
    font-size: 17.9px !important;
  color: #fff !important;
  text-shadow: -1px 0 #9c88ba, 0 1px #9c88ba, 1px 0 #9c88ba, 0 -1px #9c88ba, 0 0;
      overflow: hidden;
  overflow-x: hidden;
  margin-right:23px;
  margin-left:23px;
}

mark {
text-decoration-thickness: 8px;
background-color: #ffffff;
padding: 0px;
border-radius: 0px;
  color: #d7c1f7 !important;
  font-weight: bold;
}

.hi {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

  .text-container {
width: 520px;
    height: 460px;
      padding: 0 !important;
  margin: auto;
  position: relative;
  overflow: visible;
}

html, body, .site-header, .site-footer {
  cursor: url(https://files.catbox.moe/poei74.png), auto !important;
}

:root[data-theme="light"] {
  --background-color: #fff;
  --text-color: #b19bd1;
  --accent-text-color: #b19bd1;
  --link-color: #ebdefa;

  --container-background-color: #fff;
  --accent-background-color: #b19bd1;
}

:root[data-theme="dark"] {
  --background-color: #fff;
  --text-color: #b19bd1;
  --accent-text-color: #b19bd1;
  --link-color: #ebdefa;

  --container-background-color: #fff;
  --accent-background-color: #fff;
}

.name {
  color: #fff;
  -webkit-text-stroke: 5px #d7c1f7;
  paint-order: stroke fill;
  text-shadow: 0px 0px 3px #cab2ed;
  position: absolute;
 bottom: 270px;
  left:60px;
  z-index: 4;
    font-size: 60px;
  font-family: wiener;
  letter-spacing: 3px;
  font-weight: bold;
   -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 1s ease-in-out infinite alternate;
 -moz-animation: pop 1s ease-in-out infinite alternate;
}

@keyframes pop {
from {
transform:scale(0.95)
}

50% {
transform:scale(1)
}

to {
transform:scale(0.95)
}
}

@-webkit-keyframes pop {
from {
-webkit-transform:scale(0.95)

}

50% {
-webkit-transform:scale(1)

}

to {
-webkit-transform:scale(0.95)

}
}
  .publish-timestamp, .edit-timestamp, .site-footer, #theme-toggle, .edit {
  visibility: hidden;
}

