@font-face {
  font-family: 'chikarego';
  src: url(https://edmdi.neocities.org/webfontkit-20250909-011833/chikarego-webfont.woff2);
}

body {
  background-color: white;
  image-rendering: pixelated;
  background-image: url("https://files.catbox.moe/50bn2n.png");
  background-size: 175px;
  background-repeat: repeat;
  color: white;
  font-family: "chikarego", sans-serif;
  font-size: 50px;
}

.text {
  display: inline-block;
  padding: 20px;
  margin: 5px;
  border: 4px solid #FFD700; /* Gold border color */
  background-color: #1d8202;
  border-radius: 0; /* No rounded corners */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* Optional shadow for depth */

}


img {
  image-rendering: pixelated;
}
