body {
    display: flex;
    justify-content: center;
    background-color: black;
  }
  
  canvas {
    background-color: black; 
    border: 2px solid white;
  }
  