#cookie-consent-banner{
    display:none;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    /*background: #222;*/
    /*color: #fff;*/
    padding: 15px;
    text-align: center;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: .75;
    opacity: .9;
    z-index: 999999999;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: rgb(102, 174, 61);
}
#accept-cookies{
    margin-left: 10px;
    /*padding: 10px 10px;*/
    color: #fff;
    background-color: #0d6efda6;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}