
       
        h1, h2, h3 {
            color: #444;
            margin-bottom:0.5em;
        }
        h1{
            font-size: 2.5em;
        }

        h2 {
            font-size: 2em;
        }

        h3 {
            font-size: 1.5em;
        }

        p {
            margin-bottom: 1em;
        }

        ul {
            list-style-type: disc;
            margin-left: 20px;
            margin-bottom: 1em;
        }

        li {
            margin-bottom: 0.5em;
        }

        .excerpt {
            background-color: #f8f8f8;
            padding: 15px;
            border-left: 4px solid #ddd;
            margin-bottom: 1em;
        }
     .section-container {
            margin-bottom: 2.5em; /* Add space between sections */
        }
    