/* Algemene styling voor de pagina */
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

/* Styling voor de navigatiebalk */
.navbar-brand {
    font-weight: bold;
}

/* Stijl voor de vergelijkingstabel */
.table th {
    background-color: #343a40;
    color: white;
    vertical-align: middle;
}

/* Kleine aanpassing voor de score badge */
.badge.bg-success {
    font-size: 0.9em;
    padding: 0.4em 0.6em;
}
