html, body {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
canvas {
  display: inline;
  width: 100% !important;
  height: 100% !important;
}
