.md-header {
    height: 2.8rem; 
}
.md-sidebar .md-nav__title {
    display: none;
}

.md-typeset h1 {
/*  color: red;  background-color: #eef3ff;         */
  border-bottom: 2px solid red;/* 下線: 青系、太さ2px */
  padding-bottom: 5px;           /* 下線と文字の隙間 */
}

.md-typeset h3 {
  color: #3178c6;
  border-bottom: 2px solid #3178c6;/* 下線: 青系、太さ2px */
  padding-bottom: 5px; /* 下線と文字の隙間 */
}
