.footer{display:flex;align-items:center;justify-content:space-between;width:100%;height:auto;padding-block:2rem;margin-top:7rem;background-color:var(--inverse-background);color:var(--text-primary);text-align:center;}@media screen and (max-width:750px){.footer{flex-direction:column;justify-content:center;}}.footer>*{margin:0 3rem;}@media screen and (max-width:750px){.footer>*{margin:0;}}.footer a{color:var(--two);text-decoration:underline;}