@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
body {
  background: black;
  }
body * {
 font-family: "DotGothic16", sans-serif;
  font-weight: 400 !important;
  }
.text-container {
  border: 20px solid black;
border-image: url("https://i.ibb.co/4n98HK4x/Untitled104-20250820140035.png") 20% round;
}
.container-base {
  width: 360px;
  background: black;
  margin: auto;
  font-size: 1rem;
  color: white;
  padding: 0 !important;
}
.footer-line {
  border-color: #9501eb;
}
.paste-info, .site-header {
color: white;
  text-decoration: none;
}
.site-footer a {
  text-decoration: none;
}
.button {
background: black;
border: 1px solid #9501eb;
  color: white;
  text-decoration: none;
}
.button:hover {
background: black;
border: 1px solid #9501eb;
  color: white;
  text-decoration: none;
}
a {
text-decoration: underline;
  text-decoration-style: wavy;
  color: #9501eb;
}