CSS
.presentacion__enlaces__link { background-color: #22d4fd; display: flex; border: 2px solid #22d4fd; justify-content: center; gap: 16px; }
.presentacion__enlaces__link:hover { border: 2px solid #22d4fd; background-color: #272727; color: red; cursor: pointer; }