#cookiePopup {
    background: white;
    width: 25%;
    position: fixed;
    right: 10px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 10px 10px;
    z-index: 99;
    border-radius: 10px;
  }
    #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;
  margin: 1%;
    width: 45%;
  }