@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&display=swap");
html {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
html h1 {
  font-family: "Merriweather", serif;
  color: rgb(12, 56, 88);
}

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