body {
    background: #f8f9fa;
}

h1, h2 {
    color: #212529;
}

.team-actions {
    min-width: 12rem;
}

.tournament-row {
    cursor: pointer;
}

.tournament-row:hover {
    background: #eef4ff;
}

.admin-match-name-input {
    min-width: 20rem;
}
