* {
  padding: 0;
  margin: 0;
}
#root,
.App,
body,
html {
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  background: #0c1316;
}
button:hover {
  cursor: pointer;
}
.App {
  display: flex;
  justify-content: center;
  align-items: center;
}
#back-button {
  position: fixed;
  margin: 12px;
}
.hint {
  background: #fff;
  background: #000;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 24px;
  text-align: center;
}
@-webkit-keyframes shine {
  0% {
    background-position: 100%;
  }
}
@keyframes shine {
  0% {
    background-position: 100%;
  }
}
/*# sourceMappingURL=main.cfcae2d5.chunk.css.map */
