.header {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;

  &__button {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    cursor: pointer;
  }

  &__container {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 5px;
  }

  &__danger {
    position: absolute;
    right: 0;
    top: 0;
  }
}