header {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrap .custom-logo-link img {
  height: 70px;
  width: auto;
}/*# sourceMappingURL=style.css.map */