html,
body {
	height: 100%;
	background-color: #327dd8;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #327dd8;
	background-image: url(bg-allegro.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
