.main article {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 20%;
	padding-top: 37px;
	padding-bottom: 50px;
}

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;
}