
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
        }

        h1 {
            font-size: 28px;
            color: #333;
        }

        h2 {
            font-size: 22px;
            color: #333;
            margin-top: 30px;
        }

        h3 {
            font-size: 18px;
            color: #333;
            margin-top: 20px;
        }

        p {
            margin-bottom: 15px;
        }

        ul {
            list-style-type: disc;
            padding-left: 20px;
        }
    