@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

* {
  cursor: url(https://file.garden/ZtuMn9OuizV8RAz5/cursors/ribbon.cur), auto;
}
.starthing {
  margin-top: 20px;
  position: absolute;
}
.bottom {
  margin-left: 10px;
}
.bow {
  float:right;
}
.flip {
  transform: scaleX(-1);
}
body {
  background: black;
  font-family: DotGothic16;
  color: white;
}

.text-container {
  color: white !important;
  background-color: transparent;
  border: transparent solid 20px;
  border-image: url(https://files.catbox.moe/e18kzy.png) 25% fill round;
  width: 340px;
  margin: auto;
  padding: 0px;
  font-size: 13px;
}

a {
  color: #33CCFF;
  text-decoration: underline wavy;
}

a:hover {
  color: #00FFFF;
  text-decoration: none;
}

a:visited {
  color: #99CCFF;
}

a:active {
  color: #66D9FF;
}

.nu > a{
  text-decoration: none;
}

/* new classes section  */

.txt {
  color: darkblue;
  font-family: cheekyrabbit;
  font-size: 25px;
}

.info {
  text-align: center;
}

.scrollbox {
  background-color: transparent;
  border: solid 10px;
  border-image: url(https://i.postimg.cc/44DHRbw7/he32-012-c.gif) 24% fill round;
  max-width: 250px;
  height: auto;
  padding: 5px;
  margin: auto;
  display: block;
  overflow-x: auto;
  overflow-y: scroll;
}

/* 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;
}  

.paste-info, .site-footer {
 display: none; 
}

.button.edit::before {
  content: "ㅤ♡";
  font-size: 16px;
}

.button.edit {
  font-size: 0;
}
.button, .button:hover {
 background: transparent;
 color: var(--color);
}