h2{
    color: cornflowerblue;
    background-color: rgb(220, 217, 217);
}
.habilidades-tecnicas{font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: rgb(21, 21, 20);}
body{
    background-color: rgb(249, 119, 119);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}
#foto-de-perfil{
    border-radius: 50%;
    width:200px

}
#foto-de-perfil:hover{scale: 1.05; 

}
.contacto{
    background-color: burlywood;
    margin: 20px;
    border:3px solid rgb(56, 150, 198);
}
.contacto img{
    border-radius: 50%;
    width: 50px;
}
img:hover{scale: 1.05;}
.redes-sociales{
    background-color: teal; 
    border: 3px solid rgb(2, 8, 12);
    margin: 20px;
}