/* Basic styling for the page */
body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 20px;
  background-color: #f5f5f5;
}

h1 {
  margin-bottom: 10px;
}

label, input, button {
  font-size: 1.1em;
}

canvas {
  background-color: #eee;
  border: 1px solid #333;
  margin-top: 20px;
}
