body {
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.module h2, .module caption {
    background: #0d6efd;
    color: white;
}

a:link, a:visited {
    color: #0d6efd;
}

.dashboard .module {
    border-color: #dee2e6;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Make sidebar nicer */
#sidebar {
    background: #f8f9fa;
}