html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height:100%;

}

div.enconsctruction {
	width: 30%;
}

img.logo-main {
	display: block;
	width: 75%;
	min-width: 250px;
	margin:auto;
	margin-bottom: 2em;
}

h3 {
	font-family: Lora, serif;
}

p {
	font-family: Roboto, sans-serif;
	line-height: 1.5em;
}