body {
  margin: 0;
  font-family: Quicksand;
  background-color: white;
}

@font-face {
  font-family: Playball;
  src: url("fonts/playball.ttf");
}

@font-face {
  font-family: Quicksand;
  src: url("fonts/quicksand.ttf");
}