@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body{   
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    background-color: #f4f0ea;
    font-family: Nunito Bold sans-serif;
}
 /*header*/

header{
    display: block;    
    text-align: left;   
    padding: 2rem;
}
main{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;    
}

footer{
    background-color: #0c5f0c;
    color: white;
    text-align: center;
    padding: 2rem;

}

section{
    display: block; 
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

h1{
    font-family: "Nunito Sans bold";
    color: #000;
    text-align: center;
    font-size: 7rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h2{
    color: #000;
    font-family: "Nunito Sans extraLigth";
    font-size: 4rem;
    text-align: center;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

a{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #0c5f0c;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 1,5rem;
    
}
a:hover{
    background-color: #0c5f0c;
}

sigla2{
    width: 10rem;
    text-align: left;
}

sigla{
    width: 3rem;
   
}

h3{
    color: white;
    font-family: "Nunito Sans extraLigth";
    font-size: 2rem;
    text-align: center;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

p{
    color: white;
    font-family: "Nunito Sans extraLigth";
    font-size: 1,5rem;
    text-align: center;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}