%%{init: {"theme":"base","flowchart":{"useMaxWidth":true,"curve":"basis","nodeSpacing":45,"rankSpacing":75},"themeVariables":{"fontSize":"20px"}}}%%
flowchart LR
A["<b>Story 1</b><br/>The new chicken<br/>dish did it"] --> E
B["<b>Story 2</b><br/>Something else new<br/>did it"] --> E
E["<b>What the manager saw</b><br/>20 clean years,<br/>then 12 students sick"]
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