.header{
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  // background-color: orangered;
  background-color: transparent;
  div{
    margin-left: 12px;
    img{
      height: 24px;
      width: 24px;
    }
  }
  .title{
    display: flex;
    align-items: center;
    img{
      height: 24px;
      width: 24px;
      margin-right: 4px;
    }
    span{
      font-size: 18px;
      font-family: var(--regular-font, SFProText-Medium, SFProText);
      font-weight: 600;
      color: #FFFFFF;
      line-height: 21px;
    }
  }
  .share{
      height: 24px;
      width: 24px;
      margin-right: 12px;
  }
}