#highScoresList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4rem;

}

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

.highScores:hover{
    transform: scale(1.025);
}
