html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0b1020;
  color: #e8eefc;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
}

#app, canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.credit {
  position: fixed;
  left: 12px;
  bottom: 10px;
  font-size: 12px;
  opacity: 0.6;
}


