body{
    margin-top: 10%;
    color: #fff;
}

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

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

/* Responsive */
@media screen and (max-width: 800px) {
    h1{
        text-align: center;
        font-size: 50px;
    }
    .high-score{
        text-align: center;
        font-size: 30px;
    }

}