/* Center all the images */
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}