.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #222;
  color: #fff;
  padding: 1em;
  text-align: center;
  z-index: 9999;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-buttons {
  margin-top: 0.5em;
}
.cookie-buttons button {
  margin: 0 5px;
  padding: 0.5em 1em;
  border: none;
  background-color: #4caf50;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
.cookie-buttons button#reject-cookies {
  background-color: #f44336;
}
