footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

footer a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

footer a:hover {
    opacity: 0.8;
}