html {
  max-width: 650px;
  margin: 40px auto;
  padding: 0 10px;
  font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #444;
}

h1, h2, h3 {
  line-height: 1.2;
}

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

a:hover {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

.blog-header {
  text-align: center;
  font-family: "PT Mono", monospace;
  font-size: 4rem;
  font-weight: 300;
}

article {
  padding-bottom: 0.5rem;
}

time {
  font-size: 90%;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

ol {
  list-style: none;
  padding-left: 0px;
}

@media (prefers-color-scheme: dark) {
  body {
    color: white;
    background: #444;
  }
  a:link {
    color: #5bf;
  }
  a:visited {
    color: #ccf;
  }
}