:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.55;
  color: #111;
  background: #faf9f6;
}

main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0;
}

h1 {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.2rem;
}

a {
  color: #0c3c9c;
  text-decoration-thickness: 1px;
}

a:hover,
a:focus {
  text-decoration-thickness: 2px;
}

.small {
  font-size: 0.95rem;
  color: #333;
}

.directory {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 0;
}

.directory li {
  margin: 0.2rem 0;
}

.directory code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.95rem;
}
