<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: "ds-bios";
  src: url("fonts/Nintendo-DS-BIOS.ttf");
}

body {
  background: url("images/bg.png") repeat;
  background-size: 50%;
  font-family: ds-bios;
}

h1 {
  color: rgb(50, 227, 30);
  font-size: 200%;
}

p {
  color: black;
  font-size: 150%;
}

li {
  color: black;
  font-size: 150%;
}

a {
  border: 5px solid rgb(50, 227, 30);
  padding: 10px;
  background-color: white;
  color: rgb(50, 227, 30);
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: rgb(50, 227, 30);
}


.box {
  margin-top: 15px;
  border: 5px solid rgb(50, 227, 30);
  padding: 5px 10px 15px 5px;
  background-color: white;
}
  </pre></body></html>