html {
  margin: 0;
  padding: 0;
  }

 body {
  background-image: url("Images/bgnd_05.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  transform-origin: center center;
  font-family: Arial;
}

.businesscard{
  position: absolute;
  top: 25vh;
  left: 20vw;
  transform-origin: center center;
  }
  
.hands{
   position: absolute;
  top: 25vh;
  left: 6vw;
  transform-origin: center center;
  z-index: -1;
}
