#cookie-banner {
  position: relative;
  bottom: 0;
  background: #ffffff;
  color: #000;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
}
