body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: #f8f9fa;
        }

        .navbar {
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
        }
        
        .page-header {
            background-color: #F97316;
            padding: 60px 0;
            color: white;
        }

        .page-header h1 {
            font-weight: 700;
        }

        .content-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        
        .content-section h3 {
            font-weight: 600;
            margin-top: 30px;
            margin-bottom: 15px;
            color: #343a40;
        }
        
        .content-section p, .content-section li {
            color: #6c757d;
            line-height: 1.8;
        }

        .footer {
            background-color: #212529;
            color: #adb5bd;
            padding: 30px 0;
            text-align: center;
        }
        .footer a {
            color: #ffffff;
        }
        .footer a:hover {
            color: #F97316;
            text-decoration: none;
        }