.presentacion__enlaces__link{
box-shadow: 0 0 5px hsla(0, 0%, 100%, 0.7);
width: 378px;
text-align: center;
padding: 21.5px 0;
border-radius: 8px;
font-family: "Jockey One", sans-serif;
font-weight: 600;
font-size: 1.5rem;
color: #f6f6f6;
text-decoration: none;
border: 2px solid #22d4fd;
display: flex;
justify-content: center;
gap: 10px;
&:hover{
background-color: #272727;
box-shadow: none;
cursor: pointer;
border-color: #0000ff;
}
}