.site-header {
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #4d90fe;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.site-header .content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.site-header .content .logo {
  display: flex;
  align-items: center;
  color: white;
  height: 100%;
}