
img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 400px;
   height: auto;
   margin-top: -100px; /* Half the height */
   margin-left: -200px; /* Half the width */
}