﻿.app-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem; /* Adjust spacing between items */
    padding: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.footer-section-title {
    margin-top: 1.5rem;
    font-weight: bold;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
}
