body {
  text-align: center;
  font-family: Arial, sans-serif;
  background: #f2f2f2;
}
canvas {
  background: white;
  border: 2px solid black;
}
#score {
  font-size: 100px;
  margin-bottom: 10px;
}
