{
    "type": "cascade",
    "resources": [],
    "settings": {
        "theme": {
            "general": {
                "color": "#333333",
                "backgroundColor": "#ffffff",
                "borderColor": "#e6e6e6"
            },
            "overlay": {
                "backgroundColor": "rgba(255, 255, 255, 0.75)",
                "borderColor": "#dddddd",
                "boxShadow": "0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)",
                "color": "#333333"
            }
        }
    },
    "sections": [
        {
            "type": "title",
            "id": "section_id",
            "title": "Abstract",
            "cover": true,
            "contents": [
                {
                    "id": "content_id",
                    "type": "text",
                    "size": "large",
                    "align": "center",
                    "theme": "",
                    "html": "",
                    "background": {
                        "fit": "cover",
                        "size": "full",
                        "align": "center"
                    }
                }
            ]
        }
    ]
}
