html, body {
	height: 100vh;
	background: #fff url('../img/page-bg.png') repeat top left;
}
.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

img {
	max-width: 100%;
	max-height: 100%;
}