html {
  background: #fff;
  color: #000;
  font-family: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  font-size: 18px;
}

body {
  margin: 0;
}

.page {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 24px 36px;
}

.top {
  border-bottom: 4px solid #000;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.eyebrow {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 16px;
}

h1 {
  font-size: 54px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}

h2 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 17px;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
}

section {
  margin: 0 0 26px;
}

p {
  line-height: 1.5;
  margin: 0 0 10px;
}

a {
  color: #000;
  text-decoration: underline;
}

.next {
  border: 3px solid #000;
  padding: 14px;
}

.big {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.muted,
footer {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  border-bottom: 1px solid #000;
  padding: 12px 0;
  font-size: 24px;
}
