html, body, main, canvas {
  display: flex;
  align-self: center;
  justify-self: center;
  align-items: center;
  justify-items: center;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  overflow: hidden;
}