.header {
  margin-top: 20px;
  &__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}