.countdown {
	background-color: transparent;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;;
	text-align: center;	
	display: flex;
	justify-content: space-between;
}
.counter-black{
	color:#000000 !important;
}