/* Lila */
.bg-lila { 
	background-color: #e4e5ff;
}
/* Pink */
.bg-pink { 
	background-color: #db1072;
	color: #ffffff;
}
/* Blue light */
.bg-blue-light { 
	background-color: #c2e9ff;
}
/* Grey light */
.bg-grey-light { 
	background-color: #efefef;
}
