body {
  display: flex;
  flex-direction: column;
  place-items: center;
}
body > * {
  width: 60ch;
  margin: 0 auto;
}

nav {
  text-align: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  margin: 0;
}

time {
  font-style: oblique;
  font-weight: 100;
}

header {
}

a:link {
  color: inherit;
}

nav a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: inherit;
}
