h1{
    text-align: center;
}


h2{
    text-align: center;
    line-height: 2;
}

h3{
    text-align: center;
}


hr{
    border: none;
    border-top: 2px solid black; /* línea gruesa */
}

#presentacion {
    text-justify: auto;
    line-height: 2;
}

#contacto {
    list-style: none;
    padding: 0;  
    margin: 0;
    text-align: center;
    line-height: 2;
}


.habilidades {
    list-style-position: inside;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
}
