body {
  color: #2b2b2b;
  font-family: Georgia, serif;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures discretionary-ligatures
  historical-ligatures contextual;
  line-height: 1.5;
  margin: auto;
  max-width: 640px;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 1.5em;
  border-bottom: 1px solid #a2a9b1;
  font-weight: inherit
}
h2 {
  font-size: 1.25em;
  font-weight: inherit
}
a {
  color: #2964aa
}


#index {
  list-style-type: none
}

#index > li::first-letter {
  font-weight: bold
}

body > footer {
  font-family: sans-serif;
  font-size: smaller
}

time {
  font-family: Arial, sans-serif
}

/* ::selection { */
  /* background-color: #d6dbe1; */
  /* color: #2d353e; */
/* } */