img {
  max-height: 100%;
}

.background {
  background-image: url("../images/ArjunasDaughter.jpeg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 0;
  -webkit-transform: translate3d(0,0,0);
}

.front{
  color:white;
}
#text {
  position:fixed;
  color:white;
  font-family: "Zapfino";
  left:5%;
  top:5%;
  right:5%;
}
#text2 {
  position:fixed;
  color:gainsboro;
  font-family: "Courier New";
  bottom:2%;
  right:2%;
}

#text3 {
  position:fixed;
  color:snow;
  bottom:5%;
  left:5%;
  right:60%;
}