html, body {
    height: 100vh;
}

table td.team1, table th.team1 {
    background-color: #F52E2E;
}
table td.team2, table th.team2 {
    background-color: #5463FF;
}
table td.team3, table th.team3 {
    background-color: #FFC717;
}
table td.team4, table th.team4 {
    background-color: #1F9E40;
}

:root {
    --bulma-navbar-dropdown-arrow: #FFE942;
}