body {
	background-color: #1f1f1f;
	font-family: 'Roboto', sans-serif;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #ffffff;
}

#countdown {
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	color: #fff;
	background-color: #333;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.countdown-label {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	color: #333;
}

.countdown-label span {
	margin: 0 10px;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.countdown-label span emojione {
	font-size: 28px;
}
