/* Example custom styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

h3 {
    color: #007bff;
}

.card {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #0056b3;
    border-color: #004085;
}

.table {
    border: 1px solid #dee2e6;
}

/* Restore scrolling */
html, body {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: auto;
}
