html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #1aabde;
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.content img {
	max-width: 70%;
	max-height: 70%;
}