
*{

}

body{
    background-image: url(../img/fondo3.jpg);
    background-repeat: no-repeat;
    background-size: cover;

.con1{
 display: flex;
 flex-direction: column;
align-items: center;
justify-content: center;
}

.con1 .lis1{
list-style-type: none;

}

.img_circular{
    border-radius: 50%;
    height: 70px;
    width: 70px;

}

.img_gene{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #514A3F ;
 
}



.con2{

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

.boton{
    background: #0a9eda;
    border:1px solid 5% ;
    height: 40px;
    padding: 5px 0;
    width: 40%;
    border-radius: 20rem;
    display: block;
    text-align: center;
    margin: 5px;
    text-decoration:none;
    color: aliceblue;

}