h1 {
  color: #E3000B !important;
  font-weight: 800;
}

h2 {
    color: #730E04 !important;
    font-weight: 800;
}

h3 {
    color: #E3000B !important;
    font-weight: 800;
}

code {
    color: #E3000B !important;
}

.slide-deck {
  border: 3px solid #dee2e6;
  width: 100%;
  height: 475px;
}

@media only screen and (max-width: 600px) {
 .slide-deck {
    height: 400px;
  }
}
