body {
	width: 320px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: cornflowerblue;
}
img {
	width: 200px;
}
h1 {
	font-size: 2em;
	padding: 10px;
}

h2 {
	font-size: 1em;
}