#highScoreList {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 4rem;
}

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

.high-score:hover {
    transform: scale(1.035);
}