html {
  scroll-behavior: smooth;
}

body {
  font-family: "Abel", sans-serif;
  font-size: 20px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.heading {
  font-family: "Josefin Sans", sans-serif;
}

.anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}

.meeting-card {
  width: 30%;
}

.meeting-img {
  width: 100%;
}

.cancelled {
  color: red;
  animation: blinker 3s step-start infinite;
}

@keyframes blinker {
  20% {
    opacity: 0;
  }
}

#menu-button {
  float: right;
}

#quotation-mark {
  font-size: 150px;
  line-height: 0.6em;
  opacity: 0.2;
}

#quote {
  margin-top: -40px;
}

#verse {
  font-family: "Abel";
}

#g-recaptcha {
  text-align: center;
}
