:root {
  --gap: 5px;
  --padding-containers: 0px;
  --padding-buttons: var(--gap) 1em;
  --border-radius: 0px;
}
:root[data-theme="light"] {
  --background-color: #ededed;
  --background-image: url(https://file.garden/Zxg0gd66ym14IJ7L/Untitled315_20250815174153.png);
  --text-color: #000;
  --accent-text-color: #000;
  --link-color: grey;

  --container-background-color: #fff;
  --accent-background-color: #fff;
}

:root[data-theme="dark"] {
  --background-color: #000;
  --background-image: url(https://file.garden/Zxg0gd66ym14IJ7L/Untitled314_20250815173748.png);
  --text-color: #fff;
  --accent-text-color: #fff;
  --link-color: grey;

  --container-background-color: #1a1a1a;
  --accent-background-color: #000;
}
.footer-line {
  display: none;
}
.hi{
  font-weight: 900;
  font-family: courier;
  font-size: 0.7em;
  text-align: justify;
  text-justify: inter-word;
}
p, r {
  font-weight: 900;
  font-family: courier;
  font-size: 0.7em;
}
a {
  font-weight: 900;
  font-family: courier;
  filter: drop-shadow( 0 1px #000) drop-shadow( 1px 0 #000) drop-shadow( 0 -1px #000) drop-shadow( -1px 0 #000);
  color: #BA35DE;
}
.container-base {
  overflow: hidden;
    border: 20px solid transparent;
    border-image: url('https://file.garden/Zxg0gd66ym14IJ7L/Untitled309_20250815180951.png') 120 round;
     border-image-outset: 0px;
  width: 350px;
  margin: auto;
  padding: 0px;
}
.paste-container {
width: 350px;
  padding: 0;
}
body {
  background-image: var(--background-image);
}
#evil {
  font-size: 12px;
  font-family: courier;
  position: relative;
  bottom: 10px;
 text-align: center;
}
.button {
   color: #BA35DE;
  background: transparent;
  font-family: courier;
}
.paste-info, .publish-timestamp, .edit-timestamp, .views-count, .owner-info {
  font-size: .9em;
  font-family: courier;
}