.cookie-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #f5f5f5;
      color: #000000;
      padding: 1em;
      box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
      font-size: 0.9em;
      display: flex;
      
      justify-content: center;
    
      align-items: center;
      z-index: 1000;
    }
 