:root { color-scheme: dark; }

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #111;
  color: #eceae6;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

p {
  margin: 0;
  font-size: clamp(3rem, 12vw, 6rem);
  letter-spacing: -0.03em;
  font-weight: 600;
}
