/* 
    Adicionar CSS a ides custom

    -- md file --
    {#testeBarth}
    This is a paragraph, with an `id` attribute.

    -- css code --
    #testebarth{
        color: red;
        background-color: blue;
        content: "Boschini was here!";
    }
*/






