
body {
  background-color: black;
  color: white;
  font-family: evanescent;
  text-align: center;
}

@font-face {
  
    font-family: "evanescent";
    
    src: url("evanescent.ttf") format("truetype");
    
}

