:root {
    --font2: "smash";
    --banner: darkgray
}

.chars {
    flex-wrap: wrap;
}

.player1 {
    background-color: steelblue;
}

.player2 {
    background-color: brown;
}