footer{--footer-background:var(--foreground);--footer-foreground:var(--background);background:var(--footer-background);width:calc(100vw - 4rem);color:var(--footer-foreground);justify-content:center;align-items:center;padding:2rem 2rem 0;display:flex}footer a{color:var(--footer-foreground)}.footer-layout{flex-direction:column;justify-content:center;align-items:center;width:1000px;max-width:100%;display:flex}.social-media-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:100%;display:flex}.social-media-buttons a{aspect-ratio:1;background:rgba(from var(--background)r g b/.05);border-radius:8px;width:90px;transition:all .3s;position:relative}.social-media-buttons a:hover{background:var(--footer-foreground)}.social-media-buttons a:hover i{background:var(--footer-background)}.social-media-buttons i{aspect-ratio:1;background:var(--footer-foreground);width:40%;transition:all .3s;position:absolute;inset:30%;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.footer-nav{flex-wrap:wrap;justify-content:space-evenly;width:100%;margin:50px 0;display:flex}.footer-nav ul{padding:0;list-style:none}.footer-nav li{padding-top:1em}.copyright{text-align:center;border-top:1px solid var(--text-secondary);padding:1.5em}.copyright img{height:1em}
