graph TD A[Action Words] --> B[keep]; A --> C[get]; A --> D[feel]; A --> E[improve]; A --> F[eat]; B --> G[active]; C --> H[enough]; D --> I[your mood]; E --> J[sleep]; F --> K[healthy]; style A fill:#f9f,stroke:#333,stroke-width:2px; style B fill:#bbf,stroke:#333,stroke-width:1px; style C fill:#bbf,stroke:#333,stroke-width:1px; style D fill:#bbf,stroke:#333,stroke-width:1px; style E fill:#bbf,stroke:#333,stroke-width:1px; style F fill:#bbf,stroke:#333,stroke-width:1px; style G fill:#dfd,stroke:#333,stroke-width:1px; style H fill:#dfd,stroke:#333,stroke-width:1px; style I fill:#dfd,stroke:#333,stroke-width:1px; style J fill:#dfd,stroke:#333,stroke-width:1px; style K fill:#dfd,stroke:#333,stroke-width:1px;