@font-face {
  font-family: "fabfont";
  src: url(../fonts/grantmouth-grantmouth-400.otf);
}
@font-face {
  font-family: "fabscript";
  src: url(../fonts/grantmouth-grantmouth-script-400.otf);
}
@font-face {
  font-family: "fabgrad";
  src: url(../fonts/grantmouth-grantmouth-gradient-400.otf);
}
* {
  margin: 0;
  padding: 0 10px;
  font-family: fabfont;
  color: whitesmoke;
}
.header {
  border-width: 10px;
  position: relative;
  font-size: 150%;
}
.header a{
  color: rgb(128, 18, 230);
}
.header a:visited{
  color: rgb(230, 18, 18);
}
body {
  background-color: rgb(10, 10, 10);
  color: whitesmoke;
}
