/* Custom styles */

.landing-image {
  background-image: url("/images/home-intro-bg.jpg");
  background-size: cover;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.overlay {
  background-color: rgba(5, 5, 5, 0.829); /* Adjust opacity as needed */
  padding: 20px;
  width: 100%;
  height: 100%;
  padding-top: 200px;
}
