@font-face {
  font-family: "Cafe24Syongsyong";
  src: url("https://file.garden/Z78F0nFtX2vHpche/Cafe24Syongsyong-v2.0.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

main {
 width: 400px;
 margin: auto;
}

.text-container {
  background: white;
  border: 4px double var(--color);
  border-radius: 0px;
  text-align: justify;
  padding: 0px;
  border: transparent solid 20px;
  border-image: url(https://i.postimg.cc/vBr67j0g/Untitled275-20241031173955.png) 40% fill round;
  background-clip: padding-box;
}


.button, .button:hover {
 background: transparent;
 color: var(--color);
}

a {
 text-decoration: underline wavy;
}

.paste-info, .site-footer {
 display: none;
}

.button.edit::before {
  content: "𖹭";
  font-size: 16px;
}

.button.edit {
  font-size: 0;
}

body {
  background: black;
  font-family: "Cafe24Syongsyong";
  color: black;
}
::-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;
}  