@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
}

h2 {
  margin: 12px;
}

main.page > header.head {
  height: 15rem;
  background-image: url("/assets/images/home_page_cover_image.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
}
main.page > .body > *:not(*.left-tag) {
  padding: 9px;
  margin: 9px auto;
  text-align: center;
  max-width: 30rem;
}
main.page > .foot {
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
}

.left-tag {
  background-color: black;
  color: white;
  padding: 9px 18px;
  border-radius: 2000px;
}
.left-tag.logo {
  width: fit-content;
  background-color: transparent;
  padding: 9px;
}
.left-tag.logo > * {
  width: 100px;
  border-radius: 2000px;
}

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