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

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

.closing h2,
.closing p {
  font-size: var(--text-xl);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-relaxed);
  max-width: 36rem;
}

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

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