
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fffbea;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

main {
  max-width: 600px;
  padding: 20px;
}

h1 {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0.2em;
}

p {
  font-weight: 300;
  font-size: 1.1em;
  margin-top: 0.4em;
}
