body{
    background-color: cadetblue;
    font-family: helvetica;
}

/*estilo clase*/
.título1{
    font-size: 50pt;
    color: darkorange;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
    color: lightsalmon;

}

/*estilo id*/
#vinculos{
    font-size: large;
    color: lightsalmon;
}
/*estilo id*/
#contenedor{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
}

/*estilo id*/
div{
    margin 2rem;
    padding: 1rem;
    font-family: helvetica;
}

/*estilo clase*/
.titulo{
    font-family: helvetica;
    color: darkorange;
}

/*estilo clase*/
.hola{
    color: white;
}

h3{
  color: lightsalmon;
}
 h4{
     color: white;
 }
/*estilo id*/
#integrantes{
    background-color: whitesmoke;
    align-items: flex-center;
    justify-content: center;
    
}

/*estilo clase*/
.integrante{
    background-color:lightgoldenrodyellow;
    padding: 1em;
    margin: 1em;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-center;
    align-content: flex-center;
    text-align: center;
    width: calc(50% - .5em)
}

/*estilo id*/
#cursadas{
    background-color: green;
}

/*estilo id*/
#encurso{
    background-color:tomato
}

/*estilo id*/
footer{
    font-style:italic;
    font-weight: lighter;
}

/*estilo clase*/
.hola{
    font-weight: normal;
    }

    /*estilo id*/
    #integrantes{
        font-family: helvetica;
    }
#datosacademicos {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}