* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

canvas {
  background-color: lightblue;
}
canvas {
  width: 100%;
  height: auto;
  max-width: 100%;
}
