.main-footer { background:#000; color:#aaa; padding:40px 20px; font-size:14px; }
.footer-container { display:flex; justify-content:space-between; flex-wrap:wrap; align-items:center; gap:10px; }
.footer-links { display:flex; gap:15px; flex-wrap:wrap; }
.footer-links a { color:#aaa; }
.footer-links a:hover { color:#FFD700; }
