body{
    margin: 0 auto;
    padding: auto;
    max-width: 100%;
    background-color:#91C053; 
} 

div{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding-top: 100px;
}

h1{
	font-family: 'Roboto', sans-serif;
    font-size: 60px;
    display: flex;
    justify-content:center;
	color: #1C3652;
	margin: 30px 0 10px 0;
}
	
	
#tipo{
	
	font-weight: 300;
	
}
	
h2{
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
	font-weight: 400;
    display: flex;
    justify-content:center;
	color: #1C3652;
	margin: 10px 0 10px 0;
	