#CookielawBanner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    padding-top:40px;
    background-color: #111111;
    padding-bottom: 30px;
    color: white;
}

#CookielawBanner .btn {
    background-color: wheat;
    border: inherit;
    border-radius: 8px;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    /* left: 42px; */
    margin-top: 20px;
}

#CookielawBanner .btn:hover {
    /* background-color: #333; */
    background-color: #fff;
}

.cookie-btn {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}