.anim-h1-wrapper{
  display:flex;
  justify-content:center;
}

#scramble-text{
  font-family:'Teachers', sans-serif;
  font-size:90px;
  color:white;
  font-weight:500;
  text-transform:uppercase;
  margin:0;
  line-height:1;
}

/* MOBILE */
@media(max-width:767px){
  #scramble-text{
    font-size:42px;
  }
}