.header {
  position: fixed;
  height: 50px;
  width: 100%;
  background: #1896e6;
  z-index: 101;
}

.logo {
  width: 150px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #097bc4;
  color: #fff;
}
