body {
  background-color: white;
  color: black;
  font-family: 'Coral Pixels';

  display: flex;
  flex-direction: column;  
  height: 100vh;
}