.black .text {
	background-color: rgba(0, 71, 79,1);
}


.green .text {
	background-color: rgba(0, 138, 152,1);
}

.brown .text {
	background-color: rgba(98, 204, 188,1);
}

.blue .text {
	background-color: rgba(125, 131, 134,1);
}

.mint .text {
	background-color: rgba(55, 171, 73,1);
}

.royal .text {
	background-color: rgba(0, 94, 104,1);
}


.text {
	color: #ffffff;
}


