
body {
  background-color: black;
  color: white;
  font-family: Aldrich-Regular;
  font-size: 16px;
  
  text-align: center;
}
@font-face {
            font-family: 'Aldrich-Regular';
            src: url('Aldrich-Regular.ttf') format('truetype');
        }
hint {
  color: black;
}

a:link {
  color: white;
}

a:hover {
  color: grey;
}

a:visited {
  color: #bababa
}

a:active {
  color: #d9d9d9
}