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