/*imports*/
@import url(reset.css); 

html, body {
	height: 100%;
	margin: 0;   
	padding: 0;  
}
div.main{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center; 
	align-items: center; 
    text-align:center;
}
div.content{
    display:inline-block;
}
h1 img{
	width:250px;
	height:auto;
}
h2{
	padding-top:50px;
    color:#54585A;
    font-size:0.8em;
    font-family:"Lato", sans-serif;
    font-weight:400; 
	font-style: normal;
	line-height:1.2em;
} 
a{
	color:#58BBC6;
	text-decoration:none;
}
p img{
    height:40px;
    width:auto;
    margin-top:40px;
}