#countdown {
	width:100%;
	height:auto;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	text-align: center;
	font-size: 60px;
	margin-top: 0px;
	color:white;
	padding-bottom:15px;
}
#days, #hours, #minutes, #seconds{
	font-size:14px;
	color:white;
}
