:root {
  overflow-x: hidden;
}

html body {
  overflow-x: hidden;
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  background-color: #fbf9f9;
  margin: 0;
}
html body img {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
}/*# sourceMappingURL=uc.css.map */