.footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

.footer div {
    margin-top: 4px;
    margin-bottom: 4px;
}

.footer-link {
    text-decoration: none;
    color: white;
    transition: color 0.2s ease;
}

.footer-link:hover {
    text-decoration: none;
    color: #90a3ad;
}
