
*{
	font-family: 'Prompt', sans-serif;
	font-size: 1em;
	max-width: 100%;
}

.container{
	width: 960px;
	margin: 0 auto;
}

.construction{
	text-align: center;
	margin: 0 auto;
	margin-top: 15%;
}

.logo{
	width:50%
}

h1{
	font-size: 2.5em;
}

h2{
	font-size: 1.7em;
}

h2 a{
	text-decoration: none;
	color: #A41E25;
}

h2 a:hover{
	color: #0d9adc;
}