/* body {
  height: 200vh;
  overflow-x: hidden;
  margin-top: 300px;
} */
 
.hands {
  position: absolute;
  width: 100vw;
  bottom: 0;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.527));
}
.hand-god {
  right: -50vw;
}
.hand-human {
  left: -50vw;
}
.bg{
      position: relative;
    z-index: -999;
}
/* .bg {
  background-image: url("https://i.ibb.co/Xtj2QbD/bg.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 40vh;
}
.spacer {
  height: 30vh;
} */