* {
    background-color: black;
    color: bisque;
}

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

.high-score {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
    background-color: black;
    color: bisque;
}

li {
    
    font-size: 2.8rem;
    background-color: black;
    color: bisque;
    
}