/* Footer Styles */
footer {
    color: inherit;
}
.footer-links a:hover {
    color: #d32f2f;
}
.social-icons a:hover {
    transform: scale(1.1);
}
