body {
  color: #fff;
}

#highScoresList {
  list-style: none;
  margin-bottom: 4rem;
}

.high-score {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}

#resetLeaderboard {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

#goHome {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.fa-refresh {
  font-size: 2.5rem;
  margin-left: 1rem;
}
