.cookie-banner {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: flex;
    padding: 5px 14px;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    color: #2c2a26;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  
  .close {
    height: 20px;
    background-color: #e5465a;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
  }