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