/* style sheet created by: Erika Vaughn July 28, 2019*/ /* style for body specified a background color */ body (color: #000000; background-color: #B8D1EB; ) /*style for container centers the page and sets the element width*/ #container ( width; 80%; margin-left: ato; margin-right: auto; ) /* Style for header specifies top and bottom margins background color, rounded border, shadow, and alignment*/ header ( margin-top: 10px; margin-botton: 20px; background color: #B8D1EB; border-radius: 10 px box-shadow: 12 px 12px #404040; text-align: center; ) /*Style for nav specifies text properties, padding, margins, and borders*/ nav( font-family: Georgia, "Times New Roman", serif; font-size: 1.25em; font-weight: bold; text-align: center; ) /* Style for main specified a block display text properties, margins, passing, rounded border, and shadow*/ main( display: block; font-family: Veranda, Arial, sans-serif; font-size: lem;) margin-top: 20px; margin-bottom: 10px; padding: 20 px; border-radius: 10px; background-color: #B8D1EB box-shadow: 12px 12px #404040; ) /* Style for footer specified font size, text alignment, and top margin*/ footer( font-size; .70em; text-align: center; margin-top: 20px )