.link { display: flex; color: #f6f6f6; padding: 10px 20px; text-decoration: none; border-radius: 10px; border: 2px solid #22D4FD; transition: background-color 0.3s ease; width: 100px; /* Ancho fijo para todos los enlaces */ align-items:center ; gap: 10px;
}
.link:hover{ background-color: #272727; }