img {
max-width: 1444px;
height:auto;
position: absolute;
}

#container {
  display: inline-block;
}

#tv {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#sky {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
}

#gifcomp {
  top: 0;
  left: 0;
z-index: -1;
position: absolute;
}

#square1 {
    z-index: 0;
    width: 230px;
    height: 170px;
    /* background: red; */
    position: absolute;
    top: 500px;
    left: 400px;
}

#square2 {
     z-index: 0;
     width: 130px;
     height: 200px;
     /* background: blue; */
     position: absolute;
     top: 500px;
     left: 250px;
    }
  #square3 {
     z-index: 0;
     width: 200px;
     height: 150px;
     /* background: green; */
     position: absolute;
     top: 330px;
     left: 330px;
    }
  #square4 {
     z-index: 0;
     width: 200px;
     height: 150px;
     /* background: purple; */
     position: absolute;
     top: 530px;
     left: 640px;
    }
  #square5 {
      z-index: 0;
      width: 110px;
      height: 80px;
      /* background: turquoise; */
      position: absolute;
      top: 400px;
      left: 750px;
  }

  #square6 {
       z-index: 0;
       width: 100px;
       height: 90px;
       /* background: grey; */
       position: absolute;
       top: 400px;
       left: 625px;
      }
    #square7 {
       z-index: 0;
       width: 110px;
       height: 90px;
       /* background: pink; */
       position: absolute;
       top: 320px;
       left: 610px;
      }
    #square8 {
       z-index: 0;
       width: 120px;
       height: 100px;
       /* background: black; */
       position: absolute;
       top: 200px;
       left: 520px;
      }
