@import 'https://fonts.googleapis.com/css?family=Raleway:400,400i,500,700';
/* selector { propiedad: valor;} */

body {  background-image: url(../img/fondo2.png); background-size: contain; box-sizing: border-box;
    color: indianred ;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    image-orientation:  center;
}


header .nav ul { display: flex; justify-content: space-between; align-items: center; 
                 padding: 0rem 7rem 0rem 7rem;}

header .nav ul li { background-color: rgba(10, 236, 140, 0.37); list-style:none;}

header .nav li a { text-decoration: none; color: deeppink; 
    padding: 0.5rem 2rem 0.5rem 2rem; font-size: 12px;}

.boton:hover {color: #30e5c9;}


h1{ margin: 0.5rem; text-align: center; padding: 2rem; font-size: 50px; 
    color: crimson; 
    font-size: 38px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    background-color:floralwhite
}

h2{ padding-right: 1%;
    border-radius: 4px;
    margin: 0.3rem; text-align: center; padding:0.5rem ; font-size: 36px; 
    color: indianred;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    
}

section { background: rgba(255, 230, 245, 0.5);
        padding: 1rem;
    text-align: center; 
        font-family: 'Raleway', sans-serif;
    color: indianred
 }
section article p { font-size: 12px;

}

footer{ text-align: center; padding: 2rem;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 11px; color: crimson;
}
