#animatedTextBackground {
  display: flex;
  flex-flow: column;
  justify-content: start;
  width: 100%;
  background: rgba(35,42,66,0);
  margin-bottom: 40px;
}

#animatedTextHeading {
  background: url("/assets/img/misaimg.webp") center -290px;
  font-family: 'Harting', serif;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  font-weight: 900;
  /*letter-spacing: 3px;*/
  line-height: .8em;
  background-size: 100%;
  color: rgb(255,255,255);
}

