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

#animatedTextHeading {
  background: url("../../assets/img/i1.jpg") repeat;
  font-family: 'Arbutus Slab', serif;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  font-weight: 900;
  letter-spacing: 22px;
  font-size: 15vw;
  line-height: 13em;
  background-size: 100%;
}

