main {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media screen and (width > 750px) {
	main {
		width: 100%;
	}
}
