@font-face{
  
  font-family: "Default";
  src: url("/fonts/ubuntu-regular.ttf");
  
}


@font-face{
  
  font-family: "Title";
  src: url("/fonts/gatuzo-regular.otf");
  
}


body{
  
  font-family: "Default";
  background-color: black;
  color: #736AFF;
  
  
}



#title{
  
    font-family: "Title";
    color: #736AFF;
  
  
}



#header{
  
  background-color: #2f4f4f;
  
}
