body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #FAFAF8;
  color: #1F2A37;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}

h1 {
  font-size: 48px;
  margin-bottom: 16px;
}

p {
  font-size: 20px;
  line-height: 1.6;
}
