body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
  color: #0076FF;
}

code {
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 0.92em;
}

code::after, code::before {
  content: "`";
}

h3 {
  font-weight: 600;
  line-height: 1.6;
}

p {
  line-height: 1.6;
}

.content {
  max-width: 600px;
  padding: 48px 24px;
}

.posts {
  margin-bottom: 48px;
  margin-top: 48px;
}

.posts h2 {
  margin-bottom: 0;
}

.post {
  padding: 24px 0;
}

.post__metadata {
  color: #666;
}

.post:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.post__link {
  color: #000;
}

.post__link:hover {
  text-decoration: underline;
}
