.cookies-banner {
    background-color: rgba(0, 0, 0, 0.55);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
  }
  
  .cookie-banner {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
  }
  
  .btn-cookies {
    border: none;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  