<div class="presentacion_enlace">
<a class="presentacion_enlace_link" href="https://www.instagram.com/">Instagram</a>
<a class="presentacion_enlace_link" href="https://github.com/">Github</a>
</div>
CSS
.presentacion_enlace_link{
width: 280px;
background-color:#22D4fD ;
text-align: center;
padding: 21.5px, 0;
border-radius: 16px;
font-family: "Montserrat", sans-serif;
font-size: 24px;
font-weight: 600px;
text-decoration: none;
color: #000000;
}