#cookie-banner {
  z-index: 1000;
  background-color: #112447;
  color: white;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#cookie-banner a#banner-link {
  color: #0af;
  text-decoration: underline;
}

#cookie-banner button#accept-cookies {
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #658A1E;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

#cookie-banner button#reject-cookies {
  margin: 0 5px;
  padding: 10px 15px;
  background-color: #8b0000;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}