.header {
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(10, 25, 47, 0.85);
  box-shadow: 0 10px 30px -10px rgba(2, 12, 27, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 25;
}

.header_container {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  position: relative;
}/*# sourceMappingURL=header.css.map */