.cookieBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.cookieNote {

    background: lightgray;
    text-align: center;
    margin: auto;
    padding: 15px;
    font-size: 16px;
    color: #000;

}