html, body{
	height: 100%;
}
*{
	margin-top: 0;
}
body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
	line-height: 24px;
}

a{
	color: #444444;
	text-decoration: none;
}
a:hover{
	color: #000;
}


.under-construction{
	font-size: 24px;
	line-height: 24px;
	color: #27658E;
	text-transform: uppercase;
}

address{
	text-align: center;
	font-style: normal;
}

.tel{
	display: block;
	margin-top: 24px;
}
