html {
	font-family: sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

body {
	width: 800px;
	display: flex;
	flex-direction: column;
}

img {
	max-width: 100%;
}
