/* CSS for the solution to the second challenge */ .wrapper { width: 70%; } section.content { border: solid black 1px; margin: 10px 0px; padding: 30px; } .header, .footer { background-color: purple; color: white; padding: 30px; }