.loading-message{font-size:18px;font-weight:400;background:linear-gradient(90deg,red,#e66060,#605454);background-size:600% 600%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:GradientAnimation 6s ease infinite}@keyframes GradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
