#cookiePopup {
  background: white;
  width: 400px;
  position: fixed;
  left: 10px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 30px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 9999;
}

#cookiePopup a {
    color: #097fb7;
}



  #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;
  cursor: pointer;
  padding: 15px 0;
}


@media screen and (max-width: 800px) {
  #cookiePopup {
    width: 330px;
  }

  #cookiePopup h4 {
    font-size: 21px;
  }
}
