<style>
                                .content h2,
                                .content h3 {
                                    text-align: center;
                                }

                                .content p {
                                    text-align: justify;
                                }

                                .content li {
                                    font-weight: bold;
                                    list-style-type: decimal;
                                    font-size: 15px;
                                }

                                .doaibuu {
                                    margin-bottom: 1em;
                                }

                                .doaibuu li {
                                    font-weight: normal;
                                    font-size: 14px;
                                }

                                .content a {
                                    font-weight: bold;
                                    color: #0011ff;
                                }

                                .content a:hover {
                                    color: #ff0000;
                                }
                            </style>