.hero-section {
  height: 80vh;
  display: flex;
  align-items: center;
  padding-top: 2em;
}

.hero-content {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  align-items: center;
  text-align: center;
}