footer {
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.copyright {
    margin-bottom: 0;
}

.feedback-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.feedback-link:hover {
    text-decoration: none;
}