@import url("/fonts/nunito.css");
.cookie-consent {
  text-align: center;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  background-color: rgba(27, 57, 106, 0.98);
  color: white;
  padding: 12px;
}
.cookie-consent button {
  border-radius: 4px;
  background-color: white;
  color: black;
}

/*# sourceMappingURL=cookiedisclaimer.css.map */
