html {
  background: linear-gradient(
        to bottom,
        rgba(102, 103, 171, 0.62),
        rgba(129, 107, 194, 0.88)
      )
      no-repeat center center fixed,
    url(../images/lahvi.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

footer {
  background-color: #6667ab;
  position: fixed;
  bottom: 0;
  height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: center;
}

footer * {
  font-family: "Manrope", sans-serif;
  color: white;
}

/* footer ul {
  list-style-type: none;
}
footer ul li{
  margin-bottom: 5px;
  margin: 5px;

} */

footer .include {
  /* margin-right:; */
  transition: 0.5s;
  text-decoration: none;
}

footer .include:hover {
  font-size: 30px;
}

footer .include:hover {
  color: #9496f7;
}

footer .exclude {
  font-size: 30px;
  /* color: #6667ab; */
}
#hero {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

#hero * {
  font-family: "Manrope", sans-serif;
  color: white;
}

@media only screen and (max-width: 600px) {
  #hero {
    max-width: 85%;
    text-align: center;
  }
}

@media only screen and (max-width: 310px) {
  footer {
    gap: 0.5rem;
  }
  #hero button {
    margin-bottom: 0.4rem!important;
  }
}
