@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap");
* { box-sizing: border-box; }

body { background-color: #eee; font-family: "Roboto Slab", Georgia, Times, serif; font-size: 15px; font-weight: 300; line-height: 27px; color: #666; }

header { text-align: center; }

a { text-decoration: none; color: inherit; }

a.active { color: #177; }

section a { color: #177; }

#main { max-width: 872px; padding: 54px 108px; margin: 54px auto; background: #fff; }

nav ul { list-style: none; }

nav ul li { display: inline-block; text-transform: uppercase; padding: 7px 9px; font-size: 0.8em; font-weight: 400; letter-spacing: 1px; }

.youtube-player { border: 0px; display: block; margin: 0px; width: 420px; height: 236px; }

/*# sourceMappingURL=style.css.map */