* {
  margin: 0;
  padding: 0;
}
html,
body,
canvas {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Muli', sans-serif;
  color: #000;
  user-select: none;
}
.hello-text {
  position: fixed;
  z-index: 100;
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 2em;
}
.hello-command {
  position: fixed;
  z-index: 100;
  color: #fff;
  top: 60px;
  left: 20px;
  font-size: 1em;
}
.link-read {
  position: fixed;
  z-index: 100;
  color: #fff;
  top: 85px;
  left: 20px;
  font-size: 1em;
}


/*# sourceMappingURL=bundle.js.css.map*/