body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#canvasdiv {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
