html { margin: 0; padding: 0; font: normal 16px/1 sans-serif; background: Tan; color: Black; }
body { margin: 0; padding: 0; }
p { line-height: 1.4; }
a { color: Blue; }
header { padding: 1rem 1rem 9rem; background: CornSilk; }
header img { float: right; width: 4rem; margin-top: 1rem; }
header h1 { margin: 0; }
header h1 strong:nth-child(1) { display: block; font-size: 2rem; font-family: "Roboto Slab", serif; }
header h1 strong:nth-child(2) { display: block; font-size: 3rem; font-family: "Roboto", sans-serif; font-weight: 900; text-transform: uppercase; }
header h1 em { display: block; font-size: 1.5rem; font-family: serif; line-height: 0.8; }
header h2 { margin: 3rem 0 2rem; font: italic 1.7rem/1.2 serif; }
header h3 { padding: 1rem; background: DarkRed; color: white; font: normal 1rem/1.2 sans-serif; border-radius: 0.3rem; }
header h3 a { color: white; }
iframe { display: block; width: 100%; margin: -8rem 0 2rem; background: DarkGreen; border: solid 0.5rem DarkGreen; border-radius: 0.3rem; }
div.wrapper { max-width: 42rem; margin: 0 auto; }
