.social{display:flex;gap:15px}.social__link{width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:3px;border:1px solid var(--black-color);transition:.3s ease}.social__link svg{width:16px;height:16px}.social__link svg,.social__link svg path{transition:.3s ease;fill:var(--black-color)}.social__link:hover{background-color:var(--black-color)}.social__link:hover svg,.social__link:hover svg path{fill:var(--white-color)}