body {

    font-size:16px;
    font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
}


#imagehttp {	
  width: 100%;
  height: auto;
  max-width: 600px;
}
.content{
	max-width: 800px;
	width: 100%;
	padding:  20px 0 0 0 ;
	margin: 20px auto;
	text-align: center;
}
.content figure{
	width: 100%;
}

.content .Title{
	font-weight: lighter;
	font-size: 2.5rem;
	color: rgb(0,50,80);
    margin: 4rem 4rem 0 4rem ;
}
.btn{
	text-decoration: none;
	padding: 1rem 1.7rem ;
	border: 1px solid transparent;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px 10px 5px;
	-webkit-transition: all 70ms ease-in-out;
	-moz-transition: all 70ms ease-in-out;
	-ms-transition: all 70ms ease-in-out;
	-o-transition: all 70ms ease-in-out;
	transition: all 70ms ease-in-out;
}
.buttoncontainer{
    margin-top:4rem;
}
.button1{
	color: white;
	background: rgb(84,199,150);
    border: 2px solid  rgb(84,199,150);
}
.button2{
	color: rgb(84,199,150);
	background:white;
	border :rgba(84, 199, 150, 0.5) 2px solid;
}
.button1:hover 
{
	background: #439f78;
    border-color:#439f78;
}

.button2:hover {
	background: #f6fcfa;
}