/* Display header, section, and nav elements as blocks with appropriate max font size. */
    
header, section, nav, footer {display: block; font-size: 40pt;}   

/* Setting the default margin and padding to zero and default line and font styles. */

body * {
margin: 0%; 
padding: 0%;
list-style: none;
font-family: Century Gothic, Helvetica, Arial, sans-serif;
font-size: 100%;
line-height: 130%
vertical-align: baseline;
}