body{
    background: url('../MathsQuizImages/scorebg.jpeg');

}
h1{
    background-color: black;
}

#highScoresList{
    list-style: none;
    margin-bottom: 4rem;
}
.high-score{
    font-size: 2.9rem;
    margin-bottom: 0.5rem;
    text-align: center;
}