body {
	display: flex;
	justify-content: center;
}
body > * {
	max-width: 900px;
	flex: auto;
}

