body {
    text-align: center;
    font-family: Arial, sans-serif;
  }
  canvas {
    border: 1px solid black;
    cursor: crosshair;
  }
  label, button, select, input, div {
    margin: 10px;
  }
  