<a class="presentacion_enlace_link" href="https://instagram.com/">
<img src="./iconos/instagram.png" alt="">Instagram</a>
<a class="presentacion_enlace_link" href="https://github.com/">
<img src="./iconos/github.png" alt="">GitHub</a>
.presentacion_enlace_link{
width: 378px;
color:#F6F6F6;
text-align: center;
padding: 21.5px 0;
border-radius: 8px;
font-family: "Montserrat",sans-serif;
font-size: 24px;
font-weight: 600;
text-decoration: none;
border: 2px solid #22D4FD;
display: flex;
justify-content: center;
gap: 10px;
}
.presentacion_enlace_link:hover{
background-color: #272727;
border-color: #0000ff;
}
.presentacion_enlace_link:hover{
background-color: #272727;
cursor: pointer;
}