body {
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
}

#gameCanvas {
  display: block;
  background-color: #333;
}

#score {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  font-size: 24px;
}
