#p5-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

canvas {
  border-radius: 10px;
  border: 2px solid #333;
}
