Center a Div with Flexbox
0:00Given a parent container and a child element, center the child both horizontally and vertically within the parent.
constraints: Must use Flexbox (no Grid, no absolute positioning) · Must work regardless of card's content size · Card should not stretch to fill container