.img {
  width: 350px;
}
*{
  font-family: 'evil';
}
@font-face {
font-family: 'evil';
src: url(https://file.garden/Zxg0gd66ym14IJ7L/Yomogi-Regular.ttf);
} 
:root {
  --gap: 5px;
  --padding-containers: 0px;
  --padding-buttons: var(--gap) 1em;
  --border-radius: 0px;
}

:root[data-theme="light"] {
  --background-color: #ffe5ec;
  --text-color: #8E644D;
  --accent-text-color: #ffd9df;
  --link-color: #ffb1c0;

  --container-background-color: #f8ffe9;
  --accent-background-color: #fbf3e9;
}

:root[data-theme="dark"] {
  --background-color: #ffe5ec;
  --text-color: #8E644D;
  --accent-text-color: #ffd9df;
  --link-color: #ffb1c0;

  --container-background-color: #f8ffe9;
  --accent-background-color: #fbf3e9;
}

main {
  max-width: 1000px;
  margin: auto;
}

.text-container {
    image-rendering: pixelated;
  padding: 0px !important;
  border: 10px solid;
    border-image: url(https://file.garden/Zxg0gd66ym14IJ7L/Untitled194_20250804115609.png) 7 round;
  border-image-outset: 10px;
}
.button {
    image-rendering: pixelated;
  padding: 0px;
  border: 10px solid;
    border-image: url(https://file.garden/Zxg0gd66ym14IJ7L/Untitled194_20250804115609.png) 7 round;
  border-image-outset: 5px;
  position: relative; 
  bottom: -20px;
  left: -3px;
}
.publish-timestamp, .edit-timestamp {
  display: none;
}
.paste-info {
 position: relative; 
  botAtom: -10px; 
}