#highScoresList{
    list-style: none;
    padding-right: 0;
    margin-bottom: 4rem;
}

.high-score {
    font-size: 2.0rem;
    margin-bottom: 0.5rem;
}

.high-score:hover{
    transform: scale(1.05);
}