.presentacion__enlaces__link { display: flex; justify-content: center; align-items: center; gap: 16px; text-decoration: none; color: black; font-size: 1.2em; padding: 10px 20px; border: 2px solid transparent; border-radius: 8px; transition: all 0.3s ease; }
.presentacion__enlaces__link:hover { background-color: #272727; cursor: pointer; border: 2px solid #0000FF; color: #0000FF; /* Si deseas que el texto también cambie a azul */ }