
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5em;
  font-size: 1.1em;
  color: #222;
  max-width: 40rem;
  padding: 2rem;
  margin: auto;
  background: #f7f7f7; 
  overscroll-behavior-y: none;
}

img {
  max-width: 100%; }

a {
  color: #206AA8; }

h1, h2, strong {
  color: #111; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.2em; 
  margin-top: 32px;
}

h3 {
  font-size: 1.1em; }

.muted {
  color: #aaa;
  text-decoration: none; }

.small {
  font-size: .8em; }

hr {
  border: 0px;
  border: 1px solid #eceae6; 
  margin-top: 32px;
  margin-bottom: 32px;
}

.timestamp {
  font-style: italic;
  font-size: 14px;
}

.post-list-item {
  margin-bottom: 14px;
}