#cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f1f1;
    padding: 20px;
    text-align: center;
    z-index: 9999;
  }
  
  #accept-cookies {
    background: rgb(124, 118, 187);
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }