.hero {
  background: linear-gradient(to bottom, var(--bg-dark), var(--bg));
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
}

.hero-text {
  width: 100%;
  max-width: 725px;
}

.main-hero-text {
  font-size: 1.5rem;
  text-align: center;
  display: inline;
  width: fit-content;
}

.seconder-hero-text {
  text-align: left;
  font-size: 1.25rem;
  opacity: 60%;
}
