.landing {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 44rem;
  font-size: var(--text-sm);
}

.landing p a {
  text-decoration: underline;
}

.landing p a:not(:hover) {
  color: inherit;
}
