
.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;
}
