/* Text colors */
.text-white{
 color: white;
}
.text-gray{
	color: #F6F6F6;
}
.text-red{
 color: #F94141;
}
.text-purple{
	color: #3E0039;
}

/* Background colors */
.bg-white{
	bg-color: white;
}

.bg-light-gray{
	background-color: #f6f6f6;
}
.bg-gray{
	background-color: #E4E4E4;
}
.bg-red{
	background-color: #F94141;
}
.background-purple{
	background-color: #3E0039;
}