html, body{
	background: #000000;
	background:linear-gradient(0deg, rgba(39,39,40,1) 0%, rgba(0,0,0,1) 100%);
	font-family: Arial Rounded MT Bold,Helvetica Rounded,Arial,sans-serif;;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.Jumbotron{
	width:97%;
	margin-top: 5%;
	text-align: center; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color:  #ffffff;
}
.bholder{
	margin-top: 5%;
	width:100%;
	
}
.but{
	padding: 10px 20px;
	border: 1px solid #ffffff;
	background:  #000000;
	background:linear-gradient(0deg, rgba(39,39,40,1) 0%, rgba(0,0,0,1) 100%);
	font-size: 1.4em;
	color: #ffffff;
	max-width: 250px;
	text-align: center;
}
#buttons:hover{
	background: #6dd94c;
}
#clock{color:#d61313;
font-size:2em;
	padding: 10px 0px;
}
.countertext{
	color:#f57878 !important;
	font-size:0.5em ;
}