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