body {
  font-family: "Montserrat", sans-serif;
}

/* Cookiebar */
#cookieConsentBar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #9d9d9c;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}