footer {
    background: white;
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 40px;
}

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

footer a:hover {
    color: #667eea;
}