body {
	background-color: #000;
	color: #EEE;
}

.acro {
	padding: 25px;
	font-size: 150px;
}

.countdown {
	font-size: 40px;
	height: 50px;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	display: inline-block;
	vertical-align: top;
	
}

.example_a {
color: #fff !important;
text-transform: uppercase;
background: #ed3330;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
width: 160px;
}

.example_a:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}

.acro_div {
	padding: 15 px; 
	font-size: 30px; 
	display: inline-block;
	margin: 15px;	
}

.cd_btn {
	height: 50px;
	width: 120px;
	border-radius: 5px;
	position: relative;
	top: -15px;
	background: black;
	color: white;
	font-weight: bold;
}

.cd_btn:hover {
	background: #434343;
	transition: all 0.4s ease 0s;
}

a {
	text-decoration: none;
}