%%{init: {"theme":"base","flowchart":{"useMaxWidth":true,"curve":"basis","nodeSpacing":45,"rankSpacing":75},"themeVariables":{"fontSize":"20px"}}}%%
flowchart LR
A["<b>Historia 1</b><br/>El platillo nuevo<br/>de pollo lo causó"] --> E
B["<b>Historia 2</b><br/>Otra cosa nueva<br/>lo causó"] --> E
E["<b>Lo que vio el encargado</b><br/>20 años limpios,<br/>luego 12 enfermos"]
style A fill:#f9fafb,stroke:#64748b,stroke-width:1.5px,color:#1e293b
style B fill:#f9fafb,stroke:#64748b,stroke-width:1.5px,color:#1e293b
style E fill:#1e293b,stroke:#1e293b,color:#f9fafb
linkStyle 0,1 stroke:#b44527,stroke-width:2.5px