#consent {
  display: inline-block;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  height: auto;
  width: 98%;
  background: rgba(0,0,0,0.5);
  overflow: auto;
  padding: 1%;
}

#consent p, #consent span {
  color: #fff;
  font-size: 0.9em;
  margin-block-end: 0;
}

.privacy-link {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

#privacy-text {
  display: none;
  overflow: auto;
}

#privacy-text p {
  font-size: 1em;
}

.consent button {
  border: none;
  cursor: pointer;
}
