:root {
  color-scheme: light;
  background: #f3f0e8;
  color: #17201b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 12% 14%, rgba(187, 244, 81, .13), transparent 30rem),
    #f3f0e8;
}

main {
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(40px, 8vw, 84px);
  line-height: 1;
  letter-spacing: -.055em;
}

p {
  margin: 20px 0 0;
  color: #687169;
  font-size: 17px;
}
