body {
  background: #f8f8f8;
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #333;
}

.wrapper {
  text-align: center;
  padding-top: 120px;
}

h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

p {
  font-size: 18px;
  color: #666;
}
