html {
  background: #f6f1e6;
  color: #222;
  color-scheme: light;
}

body {
  margin: 2rem;
  max-width: 36rem;
  font: 1.125rem/1.5 Georgia, "Times New Roman", serif;
}

h1 {
  font-size: 1.5rem;
  font-weight: normal;
}

a {
  color: inherit;
}
