body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f7f4ee;
  color: #1f2933;
  display: grid;
  place-items: center;
  min-height: 100vh;
  text-align: center;
}

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1.25rem;
}