.footer{position:relative;display:flex;flex-direction:column;align-items:center;padding:10px;margin-top:150px;background-color:rgb(var(--black));gap:20px;z-index:0}.footer>div{z-index:1}.footer-left{display:flex;flex-direction:row}.footer-left>a:nth-child(3){border-left-color:rgb(var(--white));border-left-width:1px;border-left-style:solid;border-right-color:rgb(var(--white));border-right-width:1px;border-right-style:solid;margin:0 10px;padding:0 10px}.footer-center{display:flex;flex-direction:row;gap:20px}.footer-center>a{position:relative;display:block;width:30px;height:30px;background-repeat:no-repeat;background-position:center;background-size:cover;user-select:none}.footer-center>a:nth-child(1){background-image:url(../media/Icon-Instagram.svg)}.footer-center>a:nth-child(2){background-image:url(../media/Icon-Facebook.svg)}.footer-center>a:nth-child(3){background-image:url(../media/Icon-LinkedIn.svg)}.footer-center>a:nth-child(4){background-image:url(../media/icon-youTube.svg)}.footer-right{display:flex;flex-direction:column;gap:15px;align-items:center}.footer a{font-size:13px}@media (min-width:641px){.footer{flex-direction:row;justify-content:center;align-items:start;gap:0;padding:30px 60px}.footer>div{width:100%}.footer-left{justify-content:left}.footer-center{justify-content:center}.footer-right{justify-content:right;align-items:end}}