.header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background: $c-green;

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

  &__logo {
    max-width: 190px;
    max-height: 40px;
    object-fit: contain;
    display: block;
    width: 100%;
  }

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