@font-face {
  font-family: aurebesh;
  src: url(../fonts/Aurebesh.otf);
}

html{
  background-color: black;
  color: white;
  text-align: center;
}

body {
  margin-top: 150px;
  font-family: aurebesh;
}