#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}

#cookie-banner button {
  background: #4ade80;
  border: none;
  padding: 8px 14px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
