#urlSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 100%;
    gap: 30px;
    background-repeat: no-repeat;
}

#facebook {
    background-image: url(/public/maxiB/svg/noir/facebook.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

#linkedin {
    background-image: url(/public/maxiB/svg/noir/linkedin.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

#insta {
    background-image: url(/public/maxiB/svg/noir/insta.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

#youtube {
    background-image: url(/public/maxiB/svg/noir/youtube.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

#twitter {
    background-image: url(/public/maxiB/svg/noir/twitter.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

#pinterest {
    background-image: url(/public/maxiB/svg/noir/pinterest.svg);
    aspect-ratio: 1/1;
    width: 25px;
    background-size: contain;
    border: none;
    z-index: 1000;
    background-repeat: no-repeat;
}

a#socialFb,
a#socialYoutube,
a#socialTwitter,
a#socialInsta,
a#socialLinkedin,
a#socialTikTok,
a#socialPinterest {
    width: 27px;
    height: 27px;
    background-size: cover;
    border: none;
}

a#socialFb:hover,
a#socialYoutube:hover,
a#socialTwitter:hover,
a#socialInsta:hover,
a#socialLinkedin:hover,
a#socialTikTok:hover,
a#socialPinterest:hover,
a#facebook:hover,
a#youtube:hover,
a#twitter:hover,
a#insta:hover,
a#linkedin:hover   ,
a#tiktok:hover,
a#pinterest:hover   {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}


a#socialFb {
    background-image: url(/public/maxiB/svg/noir/facebook.svg);
}

a#socialYoutube {
    background-image: url(/public/maxiB/svg/noir/youtube.svg);
}

a#socialTwitter {
    background-image: url(/public/maxiB/svg/noir/twitter.svg);
}

a#socialInsta {
    background-image: url(/public/maxiB/svg/noir/insta.svg);
}

a#socialLinkedin {
    background-image: url(/public/maxiB/svg/noir/linkedin.svg);
}

a#socialPinterest {
    background-image: url(/public/maxiB/svg/noir/pinterest.svg);
}

a#socialTikTok {
    background-image: url(/public/maxiB/svg/noir/tiktok.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

ul.social {
    display: flex;
    gap: 35px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}