body {
  background-color: white;
  color: black;
  font-size: 25px;
}

.swanky {
  font-family: "Fontdiner Swanky", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.jolly {
  font-family: "Jolly Lodger", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

p {
  padding: 32px;
}