#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    display: none;
  }
  #cookie-banner a {
    color: #f1f1f1;
    text-decoration: underline;
  }
  #cookie-banner button {
    margin-left: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
  }
  #cookie-banner button:hover {
    background-color: #45a049;
  }