

/* Decrease space between icon & header title*/
.md-header__title {
  margin-left: 4px !important;
  font-size: 1.1rem;
}

/* Bold & accent colored h2*/
h2{
  color:var(--md-accent-fg-color);
  font-weight: bold !important; 
}

h1{
  text-align: center;
  font-weight: bold !important; 
}

h3{
  font-style: oblique;
}

.md-banner {
  color: var(--md-accent-fg-color);
}

.md-banner__inner {
  align-items: center;
  margin-bottom: 4px;
  margin-top: 4px;
}


