@font-face { font-family: Alagard; src: url('fonts/alagard.ttf'); } 
@font-face { font-family: 'Ghastly Pixe'; src: url('fonts/GhastlyPixe.ttf');}
@font-face { font-family: 'Pixeled English'; src: url('fonts/Pixeled\ English\ Font.ttf');}
@font-face { font-family: Pixelpoiiz; src: url('fonts/pixelpoiiz.ttf');}
body {
    font-family: Alagard, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    background-color: black;
    color: yellowgreen;
    margin-left: 20%;
    margin-right: 20%;
    margin-top:5%;
}
h1 {
  font-family: 'Pixeled English', Arial, sans-serif;
  color: blue;
  font-size: 3em;
}
h2 {
  font-family: Alagard, Arial, Helvetica, sans-serif;
  color: yellow;
}
h3 {
  color: darkorchid;
}
#nav {
  text-align: center;
}