body { background: #2F547B;}
div {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
}
div img {
	height: auto;
    max-width: 100%;
    width: 100%;
}