body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: aqua;
}

.score {
  font-family:'indian', cursive, monospace;
  color: green;
  text-shadow: 2px 2px 5px black;
  font-weight: bold;
  font-size: 4rem;
}

.canvas {
  background-color: green;
  color: #fff;
}