#cookie-law {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 5%;
  background-color: #fff;
  z-index: 999;
  color: black;
  line-height: 1.3;
  font-size: 0.9rem;
}

#cookie-law>div:first-child {
  padding-right: 40px;
}

#cookie-law>div:first-child>a {
  color: inherit;
}

#cookie-law>div:last-child {
  vertical-align: middle;
}

#cookie-law>div:last-child>a {
  padding: 10px 20px;
  background-color: #ffb500;
  border-radius: 5px;
  color: black;
  text-decoration: none;
}