body {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #ebf0f0; /* teal background */
}

canvas {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  background: transparent;
}
