/* All images inside an article are centered. */
article img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/* width: 50%; */
}
