div#cookies-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    background-color: rgba(127, 127, 127, 0.8);
    width: 100%;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .cookies-msg {
    margin-right: 15px;
  }

  .hidden {display: none !important;}