/* static/css/style.css (Example - keep only custom styles) */
body {
    /* Add any custom styles here, e.g., a background color */
    background-color: #f0f0f0;
}

/* Example of overriding Bootstrap styles */
.btn-primary {
    /* Change the primary button color */
    background-color: #0056b3;
    border-color: #0056b3;
}