footer {
    background-color: #2c3e50;
    text-align: center;
    padding: 20px 0;
    color: #aaa;
    flex-shrink: 0;
}

footer p {
    font-size: 1.1rem;
}

footer p a {
    color: #fff;
    text-decoration: none;
}

footer p a:hover {
    text-decoration: underline;
}

footer.footer {
    background: linear-gradient(145deg, #0d1b2a, #1b263b);
    color: #e0e6ed;
    padding: 30px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    animation: fadeIn 0.6s ease-in-out;
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.footer-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 10px 0 0;
    margin: 0;
    flex-wrap: wrap;
}

.footer-links li a {
    color: #a9bcd0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links li a:hover {
    color: #71c7ec;
}
