body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #fdfcf7;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

p {
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 600px;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, Ubuntu, 'Open Sans', 'Segoe UI', Roboto, Oxygen, Cantarell, 'Helvetica Neue', sans-serif;
}
