html {
  background-color: black;
}

body.deck-container {
  background-color: white;
}

.deck-container {
  font-family: 'MuseoSans500Regular', sans-serif;
}

.list h2, .example h2, .code h2, .bio h2, .image h2 {
  color: #f14a29;
  border-bottom: none;
}

.slide.title, .slide.section, .slide.subsection {
  background-color: #0092bf;
  color: white;
}

