/* LEADERBOARD */

.highScores {
  width: 100vw;
  height: 100vh;
}

#highScoresList {
  padding-left: 0;
  margin-bottom: 20px;
  width: 20vw;
}

.high-score div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  color: #444;
  margin-bottom: 4px;
  padding: 4px 6px;
}