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

* {
  box-sizing: border-box;
}

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

body {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: #171813;
  background: #f3efe7;
}

main {
  text-align: center;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}

a {
  color: inherit;
}
