
/* Footer Styles */
footer {
    background-color: #333;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.social-links {
    margin: 20px 0;
}

.social-links a {
    display: inline-block;
    margin: 0 15px;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #4a6fa5;
}

footer p {
    margin-bottom: 10px;
}