.social-links-container{position:fixed;right:0;bottom:5rem;display:flex;flex-direction:column;z-index:50}.social-link{margin-bottom:-10px;display:flex;align-items:center;justify-content:center;width:60px;height:75px;background:#FFFFFF;border-radius:10px;border:1px solid #004b3c;color:var(--color-text);transition:all .3s ease;cursor:pointer;flex-shrink:0;opacity:1}.social-link:active,.social-link:focus,.social-link:hover{background-color:#004B3C}.social-link:active img,.social-link:focus img,.social-link:hover img{filter:brightness(0) invert(1)}.social-link img{width:28px;height:28px;object-fit:contain}@media (max-width:1024px){.social-link{width:60px;height:75px}.social-link img{width:26px;height:26px}}@media (max-width:768px){.social-links-container{right:0;bottom:2.5rem}.social-link{width:60px;height:75px}.social-link img{width:24px;height:24px}}