html {
	height:100%;
	overflow:hidden;
}
body {
	background: #093145;
}
img {
   	position: absolute;
   	top: 50%;
   	left: 50%;
   	transform: translateX(-50%) translateY(-50%);
   	max-width: 80%;
   	max-height: 80%;
}