section:first-child article > div[align='center'] {
	text-align: left
}
@media only screen and (max-width : 800px) {
	section:first-child article > div[align='center'] > a {
		left: 50%
	}
}