.ant-layout-header {
  background: #090D16;
  height: 64px;
  line-height: 64px;
  padding: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  padding-left: 20px;
  color: #FFFFFF;
  .logo {
    display: flex;
    outline: none;
    color: white;
  }
  .right {
    font-size: 14px;
  }
}
