body {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	text-align: center;
	align-items: center;
	font-family: arial;
	font-size: 20px;
}

img {
	height:700px;
}
