.hero-section {
  background-color: #2c3e50;
  /* #211556 */
  width: 100%;
  min-height: 80vh;
  /* Sets the hero height to 80% of the screen height */
  display: flex;
  align-items: center;
  justify-content: center;
}