body {
  background-image: url(https://gcdnb.pbrd.co/images/q8ns52QBkdTP.jpg);
  background-size: cover;
  color: black;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}
#bird {
  position:relative;
    position:absolute;
    top:350px;
    right:50px;
    transform: rotateY(180deg);
    z-index:1000;
}
#thesun {
  position:relative;
    position:absolute;
    top:275px;
    right:270px;
}
#thesun:hover {
  filter:drop-shadow(10px 10px 4px #8F8F8F); 
}