@font-face {
  font-family: "boob";
  src: url('/fonts/reg.ttf') format('truetype');
}

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