html,
body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas {
  box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 15%);
}
