.links {
color: var(--blue-light);
display: flex;
gap: 0 5px;
white-space: nowrap;
span {
display: inline-block;
background-image: url('./link.svg');
background-repeat: no-repeat;
width: 18px;
height: 21px;
background-size: contain;
position: relative;
top: -2px;
}
}