* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
  background: #f0fdf4;
  color: #14532d;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
}
