html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #006DBC;
}

* {
  box-sizing: border-box;
}

#canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
