* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
  font-family: sans-serif;
  height: 100%;
  color: rgba(255, 255, 255, 0.5333333333);
  background: #000;
}

body {
  display: flex;
  flex-direction: column;
}

a, ::part(link) {
  color: rgba(118, 191, 255, 0.6509803922);
}

h1 {
  padding: 0.5em 0;
  font-size: 1.4em;
  flex: 0 1 auto;
  text-align: center;
}

h1 > * {
  vertical-align: middle;
}

h1 span {
  font-weight: normal;
}

h1 span span {
  opacity: 0.2;
}

.zone {
  position: relative;
  flex: 1 1 auto;
}

.zone canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
}

.zone canvas:focus {
  outline: 0;
}

.zone .stats {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: white;
  text-shadow: 1px 1px 0 black;
  font-family: monospace;
}

.zone .controlpanel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9333333333);
  border-radius: 0.5em;
  padding: 1em;
  margin: 0.5em;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
}

/*# sourceMappingURL=index.css.map */
