#header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: var(--col-bas-txt-bg-l-main);
  box-shadow: 0px 4px 8px 0px  rgba(0, 0, 0, 0.16);
}

#header img {
  width: 98px;
  height: 15px;
}
