#container {
  position: relative;
}
#image {
  position: absolute;
  left: 0;
  top: 0;
}
#mouseImg {
  z-index: 100;
  position: absolute;
  left: 450px;
  top: 770px;
}    
#contactImg {
  z-index: 100;
  position: absolute;
  left: 595px;
  top: -2px;
}    
#text {
  z-index: 100;
  position: absolute;
  color: red;
  font-size: 24px;
  font-weight: bold;
  left: 550px;
  top: 60px;
}    
