body {
  color: white;
  background-color: black;
  text-align: center;
  font-family: Comic-Sans;
}

@font-face {
  font-family: "Comic-Sans";
  src: url('/fonts/Comic-Sans.TTF');
}
