.Header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
}

.Header__logo {
  margin-left: 0.5rem;
}

.Header__btn {
  margin-left: auto;
  margin-right: 0.5rem;
}

.Header__btn_img {
  width: 180px;
  height: auto;
}
