footer{display:flex;flex-direction:column;align-self:center;justify-self:flex-end;width:90%}footer .footer-contents{display:flex;flex-direction:row;justify-content:space-between}footer .footer-contacts{display:flex;flex-direction:row;justify-self:flex-end;gap:1rem}footer a{color:var(--secondary);display:inline-flex;align-items:center}footer a:hover{color:var(--accent)}footer a::after{display:none}footer i{font-size:1.5rem}footer hr{height:1px;width:100%;border:0;background:linear-gradient(to right,transparent,var(--primary),transparent);margin:1.5rem 0;padding:0}