@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Dancing+Script:wght@700&display=swap'); * { font-family: 'Aldrich'; } .supreme_rank { background-image:url(https://static.cracked.to/images/bg1.gif),linear-gradient(90deg,#e4f918 0,#ed11ff 100%,#fff); text-shadow:0px 0px 10px #c8378d; -webkit-text-fill-color:transparent; -webkit-background-clip:text; font-weight:700; animation:animate1 2s linear infinite; } @keyframes animate1 { 0% {filter:hue-rotate(0deg)} 100%{filter:hue-rotate(360deg)} }