body {
  background-image: url("assets/1_shadows.png"), url("assets/1_bg.png");
  background-color: black;
}

#sun {
  position: absolute;
  right: -5%;
  top: -6%;
}

#sun:hover {
  transform: scale(1.1);
}

#horse {
  position: absolute;
  left: 78%;
  top: 63%;
}

#balloons {
  position: absolute;
  left: 80%;
  bottom: 75%;
}

#swing {
  position: absolute;
  left: 18%;
  top: 43%;
}

#swing img {
  height: 30vh;
}

#tableCont {
  position: absolute;
  left: 52%;
  top: 57%;
}
#table {
  height: 10vh;
}
#basket {
  position: absolute;
  left: 20%;
  bottom: 80%;
}

#basket img {
  height: 6vh;
}

#basketCloseUp {
  display: none;
}

#appleCloseUp {
  position: fixed;
  bottom: 30%;
  left: 45%;
}
