/* admin_prod.css */
#header {
    background-color: #c70202; /* Red for production */
    color: #000000; /* Black text */
}
