html, body {
  margin: 0;
  overflow: hidden;
}
canvas {
  background: radial-gradient(rgb(171, 123, 1), rgb(168, 4, 4));
}
