#animatedTextBackground {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #232a42;
}

#animatedTextHeading {
  background: url("https://njtechhub.com/assets/img/Stars@2000.jpg") repeat;
  font-family: 'Arbutus Slab', serif;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 15vw;
  line-height: .8em;
  background-size: 300%;
}

