.header {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.header.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 1;
  background-color: #fff;
  padding: 20px;
}

.header-container {
  max-width: 1240px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1040px) {
  .header-container {
    justify-content: space-between;
  }
}

/*# sourceMappingURL=header.css.map */
