archivo style.css
.presentacion__enlaces { display: flex; flex-direction: column; justify-content: space-between; align-items: center; gap: 32px; }
.presentacion__enlaces__subtitulo { font-family: 'Krona One', sans-serif; font-weight: 400; font-size: 24px; }
css .presentacion__enlaces__link { /* background-color: #22D4FD; / / Código comentado */ border: 2px solid #22D4FD; color: #F6F6F6; width: 378px; border-radius: 8px;
}