.main article {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


.main figcaption{
	text-align: center;
	font-style: italic;
	margin: 20px 0;
}

.namedImage{
	margin-bottom: 20px;
	margin-left: 535px;
}
html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}