@font-face {
      font-family: "chrisman";
      font-style: normal;
      font-weight: normal;
      src: local("/fonts/Chris-Man"), url(/fonts/Chris-Man.woff) format("woff");
}

body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

.maintitle {
  font-family: "chrisman";
  font-size: 64px;
  text-align: center;
}