.footer.content-wrapper {
    display: flex;
    flex-direction: column;

    background-color: var(--footer-background);
}

.footer.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    padding: 12px 24px;
}

.footer.separator {
    width: 100%;
    height: 1px;
    background-color: var(--footer-text);
    margin: 12px 0;
}