body {
  margin: 0;
  padding: 0;
  width: 100%;

  background-color: gray;
}

canvas {
  height: 100%;
}

#app {
  margin: 0 auto;
}