body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #111;
  color: white;
}

canvas {
  display: block;
  margin: 0 auto;
  background: black;
  border: 2px solid white;
  width: 95vw;
  height: auto;
  touch-action: none; /* disables scroll on touch drag */
}

#scoreBoard {
  margin-top: 20px;
}

#leaderboardList {
  list-style: none;
  padding: 0;
}
