#consent-popup {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  color: black;
  padding: 2rem;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.8s ease;
}
#consent-popup .textToShow {
  color: black !important;
}
#consent-popup.hidden {
  opacity: 0;
  display: none;
}
#consent-popup #accept {
  text-decoration: none;
  color: #fff;
  border: 1px solid cadetblue;
  padding: 3px;
  background-color: cadetblue;
  border-radius: 50%;
}

.masthead .container .btn-primary {
  margin-bottom: 10rem;
}/*# sourceMappingURL=cookie.css.map */