:root {
  color-scheme: light;
  font-family: Georgia, "Times New Roman", serif;
  background: #f8f3eb;
  color: #302b27;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
}

main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
}

h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.75rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
