body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

canvas {
  width: 100vw;
  height: calc(100vw * 9 / 16);
}
