HTML
<div class="presentacion_enlaces">
<a class="presentacion_enlaces_link" href="https://instagram.com/">Instagram</a>
<a class="presentacion_enlaces_link" href="https://github.com/">GitHub</a>
</div>
CSS
.presentacion_enlaces { display: flex; justify-content: space-between; }
.presentacion_enlaces_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: 600; text-decoration: none; color: #000000; }