.main-footer {
    background: #A40000;;
    padding: 2rem 1rem;
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.footer-link {
    color: #dfe6e9;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.footer-link:hover {
    color: #74b9ff;
    background: rgba(255, 255, 255, 0.1);
}

.copyright {
    color: #b2bec3;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}
