a {
  color: green;
  font-family: bytee;
  }
  
body {
  background-color: #121212;
  color: white;
  font-family: Helvetica;
  }
  
h1 {
  font-family: bytee;
  }
  
h2 {
  font-family: bytee;
  }
  
h3 {
  font-family: bytee;
  }
  
strong {
  font-family: bytee;
  font-size: 20;
  }
  
@font-face {
  font-family: bytee;
  src: url("bytee.ttf") format("truetype");
  }