/* 

selector{propiedad:valor;}

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@200;400&display=swap');
*{margin: 0.5rem; padding: 0.15rem; font-size: 1rem; box-sizing: border-box;}

body{background: rgb(243, 243, 243); font-family: 'Roboto', sans-serif; text-align: center;}
header{background: rgb(37, 37, 37);}
h1{color: rgb(255, 255, 255); font-family: 'Jost', sans-serif; font-size: 1.5rem;}
h2{color: rgb(70, 153, 149); font-family: 'Jost', sans-serif; font-size: 1.3rem;}
h3{color: rgb(37, 37, 37); font-family: 'Jost', sans-serif; font-size: 1rem;}
p{color: rgb(168, 168, 168); font-family: 'Jost', sans-serif; font-size: 1rem;}
footer p{color:rgb(197, 198, 200); font-size: 0.8rem;}

img{border-radius: 10rem;
    width: 10%;
    margin-left: auto
}

.inicio{display: flex; 
    justify-content: space-around;
}

.columna-1{
    background: white;
    width: 30%;
    padding: 2%;
    border: 1px solid #EAEAEA;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
}


.columna-2{
    background: white;
    width: 30%;
    padding: 2%;
    border: 1px solid #EAEAEA;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
}


.columna-3{
    background: white;
    width: 30%;
    padding: 2%;
    border: 1px solid #EAEAEA;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
}


.datos{
    background: white;
    width: 30%;
    padding: 2%;
    border: 1px solid #EAEAEA;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
}


.datos2{
    background: white;
    width: 50%;
    padding: 2%;
    border: 1px solid #EAEAEA;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
}


.integrantes{
    background: rgb(255, 255, 255);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    min-height: 8rem;
    border-bottom: 0.1rem solid white;
    border-radius: 1rem;
    box-shadow: 0rem 0.3rem 0.5rem #e1e1e1; 
        
}
        
.descripcion{ background: rgb(255, 255, 255);}

.contenedor{
    max-width: 75rem; 
    margin: auto;
}