
.footer-content {
    display: grid;
    margin-bottom: 20px;
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    font-size: 0.9rem;
    border-top: var(--border);
    color: var(--text-light);
}
.footer-bottom  a{
    color: var(--text-light);
}
