  @font-face {
    font-family: "8bitanco";
    src: url("8-bitanco.ttf") format("truetype");
  }

  a {
    color: white;
  }

  h2 {
    font-family: "8bitanco";
    font-size: 2em;
    color: white;
    opacity: 0.8;
  }
  .eight-bit {
    font-family: "8bitanco";
    font-size: 3em;
    color: white;
    opacity: 0.8;
  }
  
  .text {
    font-family: "times new roman";
    font-size: 15px;
    color: white;
  }

  hr {
    width: 50%;
  }

  video { max-width: 100%; height: auto; margin-bottom: 20px; }

  p { line-height: 1.6; }
