@font-face {
  font-family: "Altima";
  src: url("/Altima.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: black;
  color: white;
  font-family: "Altima", sans-serif;
  font-size: 50px;
  text-align: center;
  
}
