body {
  background: #1e1e1e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  margin: 0;
}

canvas {
  border: 2px solid #fff;
  background-color: #000;
}
