body {
	font: 16px/1.4 Helvetica, Arial, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer  a:visited {
	color: #fff;
	text-decoration: none;
}
.footer  a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	height: 100vh;
	position: absolute;
	background: #2E4D72;

}

/* ~~ This is the layout information. ~~ 

*/
.content {
	padding: 10px;
	width: 420px;
	max-width: 90%;
	position:relative;
	margin: 0 auto;
	top: 30%;
}
#logo {
	padding-right: 30px;
	width: 100%;
}
.mail {
	display: block;
	margin-top: 70px;	
}
.mail:link{
	color: #FFF;
}
.mail:visited  {
	color: #FFF;
}
.mail:hover {
	color: #979481;	
}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	color: #FFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 87.5%;
}