
                    body {
                        margin: 0;
                        padding: 0;
                        background-color: #f9f9f9;
                        color: #333;
                        font-size: 18px;
                        line-height: 1.4 !important;
                    }

                    .container {
                        max-width: 800px;
                        margin: 0 auto;
                    }

                    h1 {
                        font-size: 2em;
                        margin: 0 0 0.5em;
                        text-align: center;
                    }

                    h2 {
                        font-size: 1.5em;
                        margin-top: 1.5em !important;
                        margin-bottom: 0.5em;
                        border-bottom: 2px solid #ccc;
                        padding-bottom: 0.2em;
                    }

                    h3 {
                        font-size: 1.2em;
                        margin-top: 1em !important;
                        margin-bottom: 0.5em;
                    }

                    p {
                        margin: 0 0 1em;
                        text-align: justify;
                        margin-bottom: 20px !important;
                        line-height: 1.4 !important;
                    }

                    ul,
                    ol {
                        margin: 0 0 1em 2em;
                    }

                    blockquote {
                        margin: 1em 20px;
                        padding: 0.5em 10px;
                        border-left: 4px solid #ccc;
                        background-color: #f0f0f0;
                        font-style: italic;
                    }

                    blockquote p {
                        margin: 0.5em 0;
                    }

                    a {
                        color: #0645ad;
                        text-decoration: underline;
                    }

                    a:hover {
                        text-decoration: none;
                    }
                