body{
  background-color:#e6e9e9;
}

.site-logo {
    width: 50px;
    height: 50px;
}

.header-container {
  display: flex;
  align-items: center;
}

.title,
.tagline {
  display: block;
  margin: 0;
  font-size: 24px;
}
.tagline{
  font-size: 11px;
}