body {
  font-family: "Times New Roman", monospace;
  font-size: 20px;
  line-height: 1.5;

  color: black;
  overflow-y: scroll;
}

main {
  margin: 0px auto;
  max-width: 900px;
  padding: 0px 1rem;
}

time {
  font-style: italic;
  color: gray;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 1rem 0;
  vertical-align: middle;
}
header a,
header a:visited,
header a:focus,
header a:hover {
  color: inherit;
  text-decoration: none;
}
header .socials img {
  height: 24px;
  margin-right: .3em;
}
header .author {
  display: block;
}

blockquote {
  font-style: italic;
  padding-left: .8em;
  margin-left: .5em;
  border-left: 2px solid #cdcdcd;
}

figure img {
  max-width: 100%;
}
figcaption {
  max-width: 100%;
  text-align: center;
  font-size: .8em;
  color: gray;
}

:not(pre) > code {
  padding: 0.1em 0.3em;
  border-radius: 0.3em;
  white-space: normal;
  background: #6b7582;

  color: #e3eaf2;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
}

.headline h1 {
  margin: 0;
}
.headline {
  margin-bottom: 2.5rem;
}

.footnotes {
  font-size: 80%;
}

.post-list {
  list-style: none;
  padding: 0;
}
.post-list li {
  margin-bottom: .5rem;
}
.post-list time {
  display: inline-block;
  min-width: 8em;
}

.comments {
  border-top: 1px solid black;
  padding: 1em 0;
  margin-top: 2em;
}
