#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 5px;
  text-align: center;
  z-index: 1000;
  font-family: sans-serif;
  display: none;
  border-radius: 60px 60px;
  opacity: 0.9;
}

#cookie-banner button {
  margin: 0 10px;
  padding: 0px 10px;
  border-radius: 60px 60px;
  cursor: pointer;
  font-size: 0.6rem;
}

#cookie-accept {
  background: #4caf50;
  color: white;
}

#cookie-reject {
  background: #f44336;
  color: white;
}
