.cover,
.closing,
.section,
.section-subtitle {
  background: var(--color-blue-900);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: var(--size-5);
  padding: var(--size-14);
}

.section p {
  max-width: 36rem;
  line-height: var(--line-height-relaxed);
}

.section a {
  color: inherit;
  text-decoration: none;
  border-bottom: var(--size-px) dashed var(--color-white);
}

.section a:hover {
  color: var(--color-white);
}

.cover .cover-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--cover-gap);
}

.cover h1 {
  font-size: var(--text-4xl);
  font-weight: var(--font-weight-bold);
}

.cover h2 {
  font-size: var(--text-3xl);
  font-weight: var(--font-weight-semibold);
}

.section h1 {
  font-size: var(--text-3xl);
  font-weight: var(--font-weight-bold);
}
