:root {
  color-scheme: light;
  font-family: Georgia, "Times New Roman", serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: #1d2a24;
  background: #f2eee5;
}

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

h1 {
  margin: 0;
  font-size: clamp(3.5rem, 12vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-align: center;
}
