/* Make HTML 5 elements display block-level for consistent styling */ header, nav, article, section, footer, address { display: block; }