#footer_app .footer_box{
    width: 100%;
    min-height: 75px;
    background-color: var(--footer_bg);
    color: var(--footer_color);
    position: absolute;
    text-align: center;
    padding: 20px 0;
    clear: both;

}
