    /* This is a CSS comment: Style definitions for the page */
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f9;
            color: #333;
            margin: 40px;
        }
        
        h1 {
            color: #2c3e50;
        }

        ul, ol {
            background-color: #ffffff;
            padding: 20px 40px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        li {
            padding: 5px 0;
        }