.article {
  font-size: 1rem;
}

.article a {
  color: #1d4ed8;
  text-decoration: underline;
}

.article a:hover {
  text-decoration: none;
  color: rgb(255, 68, 196);
}

.article h1 {
  font-size: 1.75em;
  font-weight: bold;
}

.article h2 {
  font-size: 1.5em;
  font-weight: medium;
  padding: 0.75rem 0;
}

.article p {
  padding: 0.5rem 0;
  line-height: 1.75;
}

.article ul {
  list-style: disc;
  padding: 0.5rem 2.5rem;
  line-height: 1.75;
}

.article ol {
  list-style: decimal;
  padding: 0.5rem 2.5rem;
  line-height: 1.75;
}

.article ul li {
  padding: 0.25rem 0;
}

.footnotes {
  padding-top: 3rem;
}
