body {
	text-align: center;
}

h1 {
	font-size: 4rem;
	margin-top: 3rem;
}

p {
	font-size: 2rem;
}

#countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.countdown-item {
	font-family: "CalamityRegular";
	color: #ffffff;
	padding: 10px;
	width: 150px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #000000c1;
}
.countdown-text {
	color: #ffffff;
	position: absolute;
	bottom: 0em;
	font-size: 0.5em;
	font-family: "AbelProBolt";
}
