@font-face {
  font-family: BigBlue;
  src: url(/fonts/BigBlue.ttf);
}

body {
  background: #000000;
  color: #00EF00;
  font-family: "BigBlue", monospace;
  font-size: 20pt; 
  margin: 5%;
}

h1 {
  text-align: center;
  font-size: 72pt;
}

h2 {
  font-size: 54pt;
}

h3 {
  font-size: 24pt;
}

a {
  color: #009FEF;
}

a:visited {
  color: #5A6AEF;
}
