body {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  background-color: #f3e2f5;
  color: #280f1e;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

p {
  font-size: 16px;
}
