.clip-text {
	font-size: 4.5vw;
  color: #68d0e0;
} 
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  main .clip-text {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(https://media.giphy.com/media/xULW8Fw2ZhznUptrYA/giphy.gif);
    background-size: cover;
    background-position: center;
  }
}


.clip-text2 {
  font-size: 4.5vw;
  color: #68d0e0;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  main .clip-text2 {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url('https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExemx2b3k2NmhyaXBwYjk4OG5wdTdmN3YwOGhsNHFyYTliYno5NXU1NyZlcD12MV9naWZzX3NlYXJjaCZjdD1n/h6x0ROdzJy4TKyUu1b/giphy.gif');
    background-size: 100% 100%;
    background-position: center;
  }
}

