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;
}

@font-face {
  font-family: 'FontWithASyntaxHighlighterLightOwl-Regular';
  src:
    url('./FontWithASyntaxHighlighterLightOwl-Regular.woff2')
    format('woff2')
  ;
}
code {
  font-family: "FontWithASyntaxHighlighterLightOwl-Regular", monospace;
  color: #2b2b2b;
}
pre:has(code) {
  line-height: 1.5rem;

  padding: 0rem 2rem;
  overflow-x: auto;
}

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;
}

.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;
}
