.back-gradient {
height: 100%;
width: 100%;
left:0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
padding: 0.5%;
}
.welcome{
position: absolute;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
font-size: 10vw;
text-transform: uppercase;
color: #fff;
-webkit-text-stroke: 1px rgba(255, 255, 255, 0.733);
width: 100%;
height: 80%;
background-size: 1000% 800%;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent;
}
.back-gradient, .welcome {
background: linear-gradient(90deg, #660033, #ffcc99, #c999ff, #13dbdb, #003535, #660033);
background-size: 1000% 600%;