        a {
            text-decoration: none;
        }
        article p {
            margin-top: 1rem;
            
        }

        article h2 {
          
            font-weight:700;
            font-size: 2rem;
            border-left: 5px solid red;
            padding: 0 0 0 1rem;
        }
        article h3 {
            font-weight:700;
            margin-top: 1rem;
            font-size: 1.5rem;
            
        }
        article h4 {
            font-weight:700;
            margin-top: 1rem;
            font-size: 1rem;
        }

        article blockquote {
            background-color: #ffe393;
            color: #000;
            border: 1px solid #eab522;
            padding: 1rem;
        }
        
        article .mce-toc{
            position: relative;
            padding: 1rem;
            margin: 1rem 0;
            color: #16481e;
            background-color: #afe1b7;
            border: 1px solid #afe1b7;
            border-radius: var(--bs-alert-border-radius);
        }
        
        article .mce-toc h4{
            margin-top:0px;
            font-size: 1.5rem;
        }
        article a{
            color: red;
        }