#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999;
}
 
#cookie-consent button {
  margin-left: 10px;
  padding: 5px 10px;
  background: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}