#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;

    border-radius: 0;
    display: none;
    background-color: white;
    z-index: 9999;
    border: 1px solid black;
    padding: 10px 10px 10px 10px;
  }
  
  
  
