.html_box {

    .default-html-box {
        padding: 20px;
        border: 1px solid #51565e;
        color: black;
    }

    .lime-html-box {
        background-color: $zim_lime;
        color: white;
        border: none;

        h1 {
            color: white !important;
        }
    }

}