.red {
    color: red;
}

.text-decor {
	background: url('../img/UI/abstract2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-clip:content-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}