
body { font-family: "JetBrains"; color: antiquewhite; font-size: small; background-color: black;
     max-width: 700px;
     margin: auto;
     padding-left: 20px;
     padding-right: 20px;
}
@font-face {
    font-family: "JetBrains";
    src: url(../fonts/JetBrainsMono-Regular.ttf);
}
@font-face {
    font-family: 'x12y16pxLineLinker.tff';
    src: url(../fonts/x12y16pxLineLinker.ttf);
  }    
  h2 {font-family: 'x12y16pxLineLinker.tff';
  }
  a {
    color: gray;
  }
  button{
    background-color: black;
    border: none;
  }
