body{
  color: #aaa!important;
}
#blogTitle{
  background: none;
  display: flex;
  align-items: flex-end;
  height: auto;
  padding: 10px
}
#blogTitle>*{
  height: auto!important;
  line-height: normal!important;
  margin: 0;
  width: auto!important;
}
#blogTitle h1{
  position: unset;
  margin-right: 10px;
  left: 0;
  font-size: 22px;
  text-align: left;
}
#blogTitle h2{
  position: unset;
  font-size: 18px;
  top: 42px;
}
#home{
  background-color: #FFF!important;
}
#navigator {
  border: none;
}
.dayTitle {
  color: #fff;
}
.dayTitle,
#navigator,
.catListTitle,
#navList a:hover{
  background-color: #bdd9fc!important;
  /* background-color: #d5c9f9!important; */
}
#navList a{
  font-size: 18px;
}
.catListTitle{
  border: none!important;
  margin-top: 0;
}
.catListImageCategory{
  padding-top: 0;
}
#navList .menu{
  color: #555!important;
  text-shadow: 3px 3px 3px #fff!important;
}
#blogTitle h1 a,
#blogTitle h2 {
  color: #444;
}