
#countdown li {
	display: inline-block;
	/* font-size: 1em;
	 */
	list-style-type: none;
	padding: 1em;
	text-transform: uppercase;
}

#countdown li span {
	display: block;
	font-size: 3.5rem;
}

h2.bigger{
	font-size: 2em;
}
.button-container{
	width: 100%;
	display: flex;
	justify-content: center;
}

#earlyAccessLink{
	text-decoration: none;
	padding: 25px 20px;
	border-radius: 100px;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 45px;
	color: white;
	width: 80%;
}

@media only screen and (max-width: 600px) {

	#countdown li {
		padding: 0.5em;
	}

	#countdown li span {
		font-size: 2.5rem;
	}
}