:root {
    --light-blue : #D8E8FF;
    --white : #ffffff;
    --green : #58c8b1;
}

#Footer {
    background-color: var(--white) !important;
    text-align: left !important;
}

#help-button {
    background-color: var(--green) !important;
}

@media (min-width: 1136px) {
    
}

@media (min-width:600px) and (max-width:1135px) {
    #Footer {
        text-align: center !important;
    }
}

@media (max-width:599px) {
    #Footer {
        text-align: center !important;
    }
}