body {
    background: linear-gradient(
        135deg,
        #f8f9fa 0%,
        #e9ecef 100%
    );
}