body {
  background-color: black;
  color: blue;
  font-family: "mango";
  text-align: center;
} 
font-face {
  font-family: "mango";
  src: url("mango.ttf") format("truetype");
}