footer {
    /* Set background to a dark, semi-transparent color */
    background-color: rgb(0 0 0 / 70%);
    color: var(--text-secondary);
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border-top: 1px solid var(--border);
}

footer p {
    font-size: 0.9rem;
    opacity: 0.8;
}
