.body-bg-clr {
	background-color: black;
}

.div-bg-clr-red {
	background-color: red;
}

.text-clr-grn {
	color:green;
}

.text-clr-grn:hover {
	color:green;
}

.text-clr-wht {
	color:white;
}

.text-clr-red {
	color:red;
}

.text-clr-blu {
	color: blue;
}

.text-clr-ylw {
	color: yellow;
}

.main-div-bg-color {
	background-color: #e6f288;;
}

.card-text-bg-clr {
	background-color: #f3c9f8;
}

.result-div-bg-clr {
	background-color: #212529;
}

.yes-today-div-bg-clr {
	background-color: #003300;
}

.yes-today-sub-div {
	border: 1px solid black;
}
.table-div {
	max-height: 300px;
}
.bg-clr-wht{
	background-color: white;
}
.bg-clr-ylw{
	background-color: yellow;
}