body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  background: #ffffff;
  color: #111;
  line-height: 1.6;
}

/* Navigation */

.nav {
  padding: 18px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pill {
  display: inline-block;
  margin: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pill:hover {
  background: #111;
  color: white;
  border-color: #111;
}

/* Content */

.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
}

h1 {
  font-weight: 600;
}

h2 {
  margin-top: 40px;
}

.muted {
  opacity: 0.7;
}

.pub-list li {
  margin: 12px 0;
}

/* Divider */

hr {
  opacity: 0.2;
  margin: 24px 0;
}
h2 {
  font-weight: 600;
  margin-top: 50px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

h3 {
  margin-top: 25px;
  font-weight: 600;
}

.pub-list {
  padding-left: 22px;
}

.pub-list li {
  margin: 12px 0;
}
