@font-face {
  font-family: 'UTDRFont';
  src: url('/8bitOperatorPlus-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 40px;
  font-family: 'UTDRFont';
  box-sizing: border-box;
  min-height: 100vh;
  background-color: black;
  color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    p {
      max-width: 1000px;
      font-size: 1.25rem;
      line-height: 1.5;
      text-align: justify;
    }
a, a:visited {
  color: yellow;
}