{
    "components": [
        {
            "type": "wrapper",
            "style": {
                "background-color": "#ffffff",
                "color": "#333",
                "padding-top": "15px",
                "padding-bottom": "15px",
                "border-bottom": "1px solid #e9ecef"
            },
            "components": [
                {
                    "type": "div",
                    "classes": ["container"],
                    "style": {"display": "flex", "align-items": "center", "justify-content": "space-between"},
                    "components": [
                        {
                            "type": "image",
                            "attributes": {
                                "src": "/storage/logo.png",
                                "alt": "Logo"
                            },
                            "style": {
                                "width": "120px",
                                "height": "auto",
                                "display": "inline-block",
                                "vertical-align": "middle"
                            }
                        },
                        {
                            "type": "menu-placeholder",
                            "menu_location": "header"
                        }
                    ]
                }
            ]
        }
    ],
    "css": "* { box-sizing: border-box; } body {margin: 0;} .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;display:flex;align-items:center;justify-content:space-between;} nav a:hover{color:#0d6efd;}"
}
