#foot .foot-container {
    background: var(--primary-color);
    padding: 11px 0;
    bottom: 0;
}

#foot .foot-container-inner {
    justify-content: space-between;
    bottom: 0;
    color: white;
}

@media screen and (max-width: 428px) {
    #foot .foot-container-inner {
        flex-direction: column;
        text-align: center;
    }
}
