.herodiv {
  background-color: rgba(255, 255, 255, 0.99);
  background-image: url("./img/gipsosanides.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;    /* Center vertically */
  height: 100vh;          /* Full height of the viewport */
  flex-direction: column; /* Stack the children vertically */
  opacity: 0.8;
  padding-top: 160px;
  padding-bottom: 40px;
}

.heroh1{
  padding-bottom: 50px;
}
.espa{
  max-width: 400px;
}

.herop{
  max-width: 950px;
}

.homeinfo {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: justify;
  text-justify: inter-word;
}

.homeimg {
  max-width: 600px;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#3c4956;
  height: 10vh;  
}




.theformdiv {
max-width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.scroll-down-arrow{
  padding-top: 5%;
  display: block;
  text-align: center;
  font-size: 60px;
  text-decoration: none;
  color: white;
}
