flowchart TD
    BJJ --> GuardPassing
    BJJ --> Guard
    Guard--> DefensiveGuard
    GuardPassing --> PressurePass & flankingPass
    BJJ@{ shape: rounded}

    style BJJ stroke-width:1px,stroke-dasharray:0,fill:#757575,color:#FFFFFF
    style GuardPassing color:#FFFFFF,fill:#757575
    style Guard color:#FFFFFF,fill:#757575
    style DefensiveGuard fill:#00C853,color:#FFFFFF

    click BJJ "http://43.138.6.40/"
    click DefensiveGuard "http://43.138.6.40/courses/testing-course/lessons/vod-test/"