html {
  justify-content: center;
  align-items: center;
  display: flex;
}

body {
  width: 100%;
  max-width: 800px;
  margin: 0;
  line-height: normal;
}

#disabledTradeIn {
  z-index: 100;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#disabledTradeIn .info {
  z-index: 101;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin: 20px;
  padding: 20px;
  font-family: SamsungOne;
}
/*# sourceMappingURL=0-hello-screen.c1d10e1e.css.map */
