#cookie-law {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    padding: 20px 4%;
    background-color: #e0e0e0;
    z-index: 999;
    font-size: 13px;
  }
  #cookie-law > div:first-child {
    padding-right: 40px;
  }
  #cookie-law > div:first-child > a {
    color: #6B2099;
  }
  #cookie-law > div:last-child {
    vertical-align: middle;
  }
  #cookie-law > div:last-child > a {
    padding: 10px 20px;
    background-color: #6B2099;
    border-radius: 5px;
    color: #e0e0e0;
    font-weight: bold;
    text-decoration: none;
  }
  #cookie-law>* > a:hover{
    color: #6B2090;
    filter: brightness(150%);
  }