section.social-links{background-color:#bc96bc}section.social-links .container{display:flex}section.social-links .social-links-wrapper{width:100%;display:flex;justify-content:space-between;align-items:center;gap:22px}section.social-links .social-links-wrapper .social-icon-link{padding:5px}section.social-links .social-links-wrapper .social-icon-link svg.icon{width:30px;aspect-ratio:1/1;transition:scale .4s cubic-bezier(0.68, -0.55, 0.265, 1.55),color .3s ease}section.social-links .social-links-wrapper .social-icon-link:hover svg.icon{color:#4059c3;scale:1.4}