@import url('./navbar.css');
@import url('./hero.css');
@import url('./services.css');
@import url('./constellation.css');
@import url('./contact.css');
/* @import url('./stars.css'); */

.filledBG .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  /* background: url("../assets/services_template.png") no-repeat top center; */
  z-index: -8;
}

.gradientTop {
  width: 100lvw;
  height: 100lvh;
  background: linear-gradient(
    to top,
    rgba(26, 26, 26, 0) 75%,
    rgb(26, 26, 26, 1) 100%
  );
  z-index: -8;
}

.gradientBottom {
  width: 100svw;
  height: 100svh;
  background: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 0) 75%,
    rgb(26, 26, 26, 1) 100%
  );
  z-index: -8;
}