img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 500px;
   height: 555px;
   margin-top: -250px; /* Half the height */
   margin-left: -278px; /* Half the width */
}