.gradient-text{background:linear-gradient(94deg,#1c51bc .55%,#3cdaf7 59.74%,#8f25c0 106.15%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:inherit;font-weight:700}.main-loading-screen{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:#1e1e1e;position:fixed;top:0;left:0;z-index:1000}.main-loading-screen img{animation:dash 4s ease-in-out infinite}@keyframes dash{0%{opacity:0}to{opacity:1}}