.topBarTitle {
  width: 260px;
  height: 58px;
  margin: 0 auto;
  text-align: center;
}
.topBarTitle img {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.topBarTitle h2 {
  display: inline;
  line-height: 58px;
  font-size: 20px;
}
@media all and (max-width: 400px) {
  .topBarTitle {
    width: 190px;
  }
}
