/* Copied CSS */

.background-image{
  position: relative;
  background-image: url(Images/solar-panels.jpg);
  background-size: cover;
  text-align: center;
  z-index: 1;
  margin-top: -100px;
  margin-bottom: -80px;
  min-height: 700px;
}

.background-image::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(189, 189, 189, 0.097);
  z-index: -2;
}

section {
  text-align: center; /* Center the section content horizontally */
}