pub fn card_colored<F>(color: Color, f: F) -> Element<Div>where F: FnOnce(Element<Div>) -> Element<Div>,
Create a colored card (text-bg-{color}).