@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800;900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #010101;
  color: #fff;
}

header {
  background-color: rgba(1, 1, 1, 0.5647058824);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

img {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */