.players {
    display: none;;
}

.grid {
    margin-top:2rem
}

body > header {
    justify-content: space-evenly;
}

body > header button.icon-button {
    display: none;;
}

body > header h1 {
    font-size: 2rem;
}

body > header h1:after {
    content: "Tutorial";
    font-size: 1.5rem;
    display: block;}

#score {
    text-indent: -3000px;
}

