body {
  
  background-color: black;
  font-family: 'Determination Mono Web Regular';
  color: white;
  }
  p {
  text-align: center;
  }
  h1 {
  text-align: center;
  font-size: 48px
  }
  h2 {
  text-align: center;
  font-size: 24px
  }
  h3 {
  text-align: center;
  font-size: 12px
  }
  .centered {
  text-align: center;
  }
  a:visited {
  color: yellow;
  }
  a:active {
  color: red;   
  }
  span{
   font-weight: normal;
  }
  marquee{
   font-weight: normal;
   font-size: 24px
  }