.nova-main-page h1 {
  text-align: center;
}

.nova-header__secondary-navigation {
  display: flex;
  gap: 1.5rem;
  margin-top: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nova-header__secondary-navigation {
  text-decoration: underline;
  color: var(--color-red);
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (min-width: 990px) {
  .nova-main-page h1 {
    text-align: left;
  }

  .nova-header__secondary-navigation {
    gap: 3.5rem;
    justify-content: flex-start;
  }
}
