#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c3e50;
  color: white;
  padding: 15px 10px;
  text-align: center;
  z-index: 9999;
  display: none;
}
#cookieConsent a {
  color: #ffffff;
  text-decoration: underline;
}
#acceptCookies {
  background: #e74c3c;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
