@import url(general.css);
header {
  position: sticky;
  top: 0;
  display: flex;
  height: 80px;
  margin-left: 25px;
  margin-right: 25px;
  background-color: var(--bgcolor2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid var(--border-color);
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 0;
  border-bottom-width: 1px;
  z-index: 1;
}

.left-section {
  font-size: var(--font-h2);
  font-weight: 500;
  color: var(--header);
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 55px;
}

.right-section {
  color: var(--p1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin-right: 55px;
}

@media (min-width: 430px) {
  header {
    margin-left: 0;
    margin-right: 0;
  }
}/*# sourceMappingURL=header.css.map */