body {
  background-image: url("marb057.gif");
}

.sun {
  position: fixed;     /* stays in place */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
.sun img {
  display: block;
}

.sun img:hover {
  content: url("sun2.png");
}