
  .social-links .social {
    display: flex;
    gap: 1.5rem
}
.social-links a {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
.social-links a:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
.social-links svg {
    height: 1.5rem;
    width: 1.5rem
}

