.hero{
  margin-top: 120px;
  background-image: url(hero.png);
  width: 100vw;
  height: 60vh;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

