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

body {
  background-color: black;
}

* {
  color: white;
}

h1 {
  color: #00D600;
  font-family: hax;
  font-size: 48pt;
}

.header {
  text-align: center;
  margin-top: 25px;
}
