#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0d3767;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 9999;
}
#cookie-banner button {
  margin-left: 10px;
  padding: 5px 10px;
  background: #23b218;
  color: #fff;
  border: none;
  cursor: pointer;
}
