/* CSS for centering images in blog posts */
.article-content img {
max-width: 640px;
display: block;
margin-left: auto;
margin-right: auto;
}