* {
  margin: 0;
}

body {
  background: #eee;
}

canvas {
  display: block;
}

input[type="number"] {
  width: 5em;
}
