@font-face {
    font-family: "norm";
    src: url("/Display.ttf") format("truetype");
}

@font-face {
    font-family: "head";
    src: url('/Engraver.otf') format('opentype');
}


body {
  background-color: black;
  font-family: "norm", sans-serif;
  color: WHITE;
}

a:hover {
    font-style: italic;
}

a,
a:hover,
a:visited {
    color: white;
    text-decoration: none;
}