body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  background-color: #282c34;
  color: #61dafb;
  font-family: "Arial", sans-serif;
}

canvas {
  border: 2px solid #61dafb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#score {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-align: center;
}
