Quoted By:
I managed to get the gradient on the text by making a gradient background and clipping the text.
background: linear-gradient(to right, #72A8C7, #C46FE5) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
But it's too subtle, I guess because the background is much larger than the text itself, how can I make this smaller?
Also I gave it a negative margin so it would be centered because I dont know how to center stuff.