.hero-section {
  height: 100vh;
  background: #f5f5f5; /* or add your background image/color */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay h1 {
  font-size: 3rem;
  color: #333;
  text-align: center;
}
