.footer {
    background-color: #295861;
    color: #e9e6df;
    padding: 24px;
    font-size: 0.9rem;
    margin-top: 32px;
}
.footer a {
    color: #e9e6df;
    text-decoration: underline;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}