#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #222;
  color: white;
  text-align: center;
  padding: 15px;
  font-family: Arial, sans-serif;
  z-index: 1000;
}
#cookie-banner button {
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #00B0F0;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
