html,body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

canvas {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}