        @font-face {
            font-family: 'CustomFont';
            src: url('/terminal-grotesque.ttf') format('truetype');
        }

body {
  background-color: white;
  color: black;
  font-size: 16px;
  
  text-align: center;
}

        h1 {
            font-family: 'CustomFont', sans-serif;
        }
        p {
            font-family: 'CustomFont', sans-serif;
        }
        

  a:link {
  color: #000;
}
a:hover {
  color: #888;
}

a:visited {
  color: #555;
}

a:active {
  color: #111;
}