/* 
 * Custom styles to override or augment Bootstrap.
 * Most styling is now handled by Bootstrap classes in the HTML.
 */

body {
    /* Ensure background covers full height even if content is short */
    min-height: 100vh;
}

.card {
    border: none;
}

/* Custom navbar adjustments if needed */
.navbar-brand {
    font-weight: bold;
}
