html, body {
	margin: 0;
	height: 100%;
	width: 100%;
}

header {
	width: 100%;
	padding-bottom: 25px;
	flex-direction: column;
}

img {
	height: 350px;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}