
*
{
	font-family: sans-serif;
}

div#main
{
	position: relative;
	height: 100%;
}

div.flex_container
{
	height: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}

img.logo_maintenance
{
	display: block;
	margin: auto;
}

div.text
{
	text-align: center;
}

div.links
{
	text-align: left;
}