@charset="utf-8";
font-family: 'Fjalla One', sans-serif;
font-family: 'Dosis', sans-serif;
/*primero mobile*/
html{
    font-size: 10px;
}
body{    

background-color: #000a10;
color: #bfb26a;
text-align: center;
margin:0;
padding:0;
width:100%;
}

header h2{
    font-family: 'Fjalla One', sans-serif;
    color: lemonchiffon;
    text-align: center;
    font-size: 35px;
    }

header h3{
    font-family: 'Fjalla One', sans-serif;
    color:darksalmon;
    font-size: 18px;
}

header nav ul li{
    margin: 0 0 0.5rem 0;
    list-style:none;
}
header nav ul li a {
            color:lemonchiffon;
            font-size:14px;
            font-family: 'Dosis', sans-serif;
            text-decoration:none;
            display:block;
            background-color:#095757;
            text-align:center;
            width:90%;
            margin: 0 2.6rem;
            height:1.5rem;
            line-height:1.8rem;
            } 

div1 section h2 {
    
    margin:0;
    color: lemonchiffon;
    text-align: center;
    font-size: 30px;
    font-family: 'Fjalla One', sans-serif;
}
    
    section p {
        color:azure;
font-family: 'Dosis', sans-serif;
        }
  
section h2 {
   font-family: 'Dosis', sans-serif;
    text-align: center;
    color: darkslategrey;
    font-size: 16px;
}
 
section h3 {
    color: #5a142a;
    text-align: center;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    }

section p1 {
    color:gold;
    text-align: center;
    font-size: 15px;
    font-family: 'Dosis', sans-serif;
}
    


footer {
    font-family: 'Dosis', sans-serif;
    color:darkcyan;
    font-size: 10px;
    text-align: center;
    
}
