/* [project]/src/app/globals.css [app-client] (css) */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

/* [project]/public/css/style.css [app-client] (css) */
figure {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

figure img {
  width: 50%;
  height: auto;
  padding: 0;
}

@media (max-width: 1199px) {
  figure img {
    width: 70%;
  }
}

@media (max-width: 799px) {
  figure img {
    width: 50%;
  }
}

@media (max-width: 599px) {
  figure img {
    width: 50%;
  }
}

/*# sourceMappingURL=_c37d7f16._.css.map*/