#cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 2.5rem 1rem;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 1.2rem;
}

#cookie-banner a {
  font-size: 1.2rem;
  margin-top: 1rem;
}
