@charset "utf-8";
.countdown{
	font-size:1.2em;
	font-weight:bold;
	line-height:1.8;
	color:#FFF;
	background:#424242;
	position:fixed;
	top:0;
	left:0; 
	width:100%;
	text-align:center;
	z-index:999;
}
/*
body{
	margin-top:5.4vw;
} */
@media screen and (min-width:999px){
	.countdown{
		font-size:30px;
	}
	/* body{
		margin-top:54px;
	} */
}

