#cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    left: 10px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
    z-index: 99999999999;
}

    #cookiePopup p {
        text-align: left;
        font-size: 15px;
        color: #4e4e4e;
    }

    #cookiePopup button {
        width: 100%;
        border: navajowhite;
        background: #097fb7;
        padding: 5px;
        border-radius: 10px;
        color: white;
    }
