body {
  font-family: "Raleway";
  font-weight: 500;
  color: #F0F7F7;
}

.lightbluemidnightblue {
  background-color: #89AFC8;
  color: #152E54;
}

h1, h2, h3, h4, h5 h6 {
  font-weight: 600;
}

.darkbluemintwhite {
  background-color: #152E54;
  color: #F0F7F7;
}

.mintwhitedarkblue {
  background-color: #F0F7F7;
  color: #152E54;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #152E54;
  padding: 16px 32px 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  float: right;
}/*# sourceMappingURL=base.css.map */