h1 {
  font-family: serif;
  font-size: xx-large;
  font-weight: bold;
  color: brown;
}

h2 {
  font-family: serif;
  font-size: x-large;
  font-weight: bold;
}

h3 {
  font-family: serif;
  font-size: larger;
  font-weight: bold;
}

.text p {
  margin-bottom: 1rem;
}

.text a {
  text-decoration: underline;
}

.text a:hover {
  background-color: blanchedalmond;
}


.section {
  padding: 3rem 0;
}


.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}

.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}

video {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pagination {
  display: flex;
  padding-top: 6rem;
}

.pagination>span {
  color: var(--color-text-grey);
}

.pagination>* {
  padding: .5rem;
  width: 3rem;
  text-align: center;
  border: 2px solid currentColor;
  margin-right: 1.5rem;
}

.pagination>a:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}