.header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header .logo img {
  height: 36px;
  width: auto;
  display: block;
  cursor: pointer;
}
