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

#animatedTextHeading2 {
  background: url("https://storage.googleapis.com/fileloc/flagus.png") 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: 80%;
}

#animatedTextHeading {
  background: url("https://storage.googleapis.com/fileloc/flagus.png") 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: 120%;
}

#ach {
  text-align: center;
}

.center {
  text-align: -webkit-center;
  text-align: -moz-center;
}

