body {
  margin: 0;
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
  min-width: 200px;
  max-width: 980px;
  margin: 0 auto;
  background: #fafafa;
}

header, footer, main {
  padding: 1.2rem;
}

header {
  border-bottom: 1px dashed #aaa;
}

header > h1 {
  margin-top: 0;
  /* display: inline-block;
  margin-right: 0.25em; */
  margin-bottom: 0.1em;
}

header > h1 > a {
  color: #000;
  text-decoration: none;
}

.highlight {
  color: forestgreen;
}

.tagline  {
  color: #666;
}

main {
}
a {
  color: forestgreen;
}
a.important {
  font-weight: bold;
}
footer {
  color: #666;
  border-top: 1px dashed #aaa;
}

body {
  font-family: system-ui, sans-serif;
}
.nav {
  margin: 1.5em 0 0 0;
  padding: 0;
}
.nav li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
.nav li a {
  color: #333;
  /* font-weight: bold; */
  text-decoration: none;
  text-transform: uppercase;
}
.nav li a:hover {
  color: #000;
  text-decoration: underline;
}
.credits a {
  text-decoration: none;
  color: #666;
}
p {
  line-height: 1.6em;
}
