body{
    font-family: "Roboto", sans-serif;;
}
h1{
    font-size: 3rem;
}
h2{
    font-size: 2.25rem;
    color: #009746;
}
a{
	text-decoration: underline;
}
.about{
    padding-bottom: 20px;
}
.about p{
    text-align:justify;
}
.about p.center{
    text-align:center;
}
.about, footer{
    background-image: linear-gradient(90deg, #009746 0%, #4caf50a8 100%);
}
.address a{
	color: #009746;
}
.address a:hover{
	text-decoration: none;
}
.lang{
	float:right;
	margin-right: 10px;
	color: #009746;
	font-weight:bold;
}
footer .row{
    margin-bottom: 0;
}