/* Global Background Styling */
.page-content {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
}

/* Optional: Ensure all page content sections have this background */
.main-content {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

