body {
	background-color: #73C7EB;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

img {
	flex-grow: 1;
	flex-shrink: 1;
	object-fit: contain;
	height: 100%;
}
