footer{
    margin-top: 50px;
    padding: 30px 20px;
    background: linear-gradient(135deg,#0d47a1,#1565c0);
    color: white;
    text-align: center;
    border-top: 4px solid #42a5f5;
}

.footer-links{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-links a{
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover{
    color: #fff;
    text-decoration: underline;
}