/* Center images in article content */
article img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
