.text-red{
	color: red;
}

.bg-white{
	color: white;
}

.select:hover {
	
	background-color: red;
}

