.footer-links {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:16px;
margin-top:20px;
}

.footer-links a {
color:#8b5cf6;
text-decoration:none;
font-weight:600;
}

.footer-links a:hover {
text-decoration:underline;
}

.footer-contact {
margin-top:16px;
opacity:.8;
}

.footer-copyright {
margin-top:8px;
opacity:.6;
font-size:14px;
}
