@charset "utf-8";
img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 350px;
   height: 350px;
   margin-top: -175px; /* Half the height */
   margin-left: -175px; /* Half the width */
}