html {
  min-height: 100vh;
}

body {
  background-color: #F2F0EF;
}

h1, h2, h3, h4, h5 {
  font-family: "montserrat", sans-serif;
  text-align: center !important;
}
:root { --body-font-family: "Source Sans 3", sans-serif; --heading-font-family: "Merriweather", serif; }