body, html {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#canvas-container {
  display: flex;
  justify-content: center;
  align-items: center;
}