#CookielawBanner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center; 
}

#CookielawBanner>.container {
    border: 2px solid #CED0D4;
    border-radius: 10px;
    background-color: white;
    padding: 34px;
    margin: auto;
    width: 50%;

}

