@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Inter&family=Shrikhand&display=swap");
html body {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
html body header {
  flex-direction: column;
  background-color: #FAF3E0;
}
@media (min-width: 600px) {
  html body header {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  html body header img {
    width: 30%;
  }
}
html body header .c-wrapper {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 600px) {
  html body header .c-wrapper {
    flex-direction: row;
  }
}
html body main #logo {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
html body main h1 {
  font-family: "Comfortaa", cursive;
  text-transform: uppercase;
  font-weight: 700;
}
html body main span.labels {
  border: solid 0.01px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 3px;
}
html body .card > img {
  height: 250px !important;
}
@media (min-width: 900px) and (max-width: 1000px) {
  html body .card > img {
    height: 150px !important;
  }
}
html body span.source {
  font-size: 10px;
  font-style: italic;
}
html body footer {
  background-color: #3A424C;
  color: #FAF3E0;
}
html body footer .icons a {
  color: #FAF3E0;
}
html body footer .icons a:hover {
  color: var(--bs-primary);
}/*# sourceMappingURL=bs1-global.css.map */