Sticky Footer Layout
0:00Create a page layout where the footer always appears at the bottom of the viewport when there's little content, but scrolls normally when there's more content than fits on screen.
constraints: Must use Flexbox (no Grid, no absolute/fixed positioning) · Footer must stick to bottom when content is short · Footer must scroll naturally when content overflows · Layout must work with any amount of content