.countdown-container{
	text-align: center;
	margin-bottom: 30px;
}

.countdown-day{
	color: #c0504e;
	font-size: 250%;
}
.countdown {
	position: relative;
}
.countdown-text{
	position: absolute;
	left: 50%;
	bottom: 9%;
	transform: translate(-50%,0);
	font-size: x-large;
	font-family: MS Mincho;
	color: #3e3e3e;
}

.countdown-text p{
	font-weight: bolder;
}

@media screen and (max-width: 800px) {
	.countdown-text{
		font-size: small;
	}
	.countdown-container{
		margin-top: -30px;
	}
}