body {
  background-color: #f4e9e5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  height: 100vh;
  overflow: hidden;

  font-family: 'Josefin Slab', serif;
}

p {
  font-size: 1.625rem;
  text-align: center;
}