#highScoresList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4rem;
  padding: 2rem;
  border: 0.25rem solid #56a5eb;
  border-radius: 0.5rem;
}
.high-scores {
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid #56a5eb;
}
.high-scores:hover {
  transform: scale(1.025);
}
