#cookie-law-div{
    z-index:10000000;
    position:fixed;
    bottom:3%;right:2%;
    padding:1em;
    max-width:400px;
    border-radius:10px;
    background:#fff;
    border:1px solid rgba(0,0,0,.15);
    font-size:15px;
    box-shadow:rgba(23,43,99,.4) 0 7px 28px
  }
  #cookie-law-div a{
    font-size:15px;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,.5)
  }
  #cookie-law-div a:hover{
    opacity:.7
  }
  #cookie-law-div p{
    margin:0;
    color:#000;
    padding-bottom:30px
  }
  #cookie-law-div button{
    position: absolute;
    right:20px;
    bottom:15px;
    padding: 5px 15px;
    align-self:center;
    color:#fff;
    background-color:#B79AB6;
    border:none;
    opacity:1;
    font-size:12px;
    cursor:pointer;
    border-radius:10px
  }
  #cookie-law-div button:hover{
    opacity:0.5
  }
  @media (max-width:600px){
    #cookie-law-div{
      border-radius:0;
      max-width:100%;
      right:0;
      bottom:0
    }
    #cookie-law-div p{
      padding-bottom: 50px;
    }#cookie-law-div button{
      right: 40%;
      bottom: 25px;
      left: 40%;
    }
  }
