.ComingContainer {
	height: 100vh;
	background-image: url('image/background-deliso.jpg');
	margin: 0;
	background-size: 100% auto;
}
#topLogo{
 height: 20vh;
 width: auto;
}

.comingText {
	font-size: 3.5em;
	font-weight: bold;
	color: #232C7E;
}

.timer{
    border-radius: 27px;
    aspect-ratio: 1/1;
    border: 10px solid #AAA0CC;
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.25);
max-height: 150px;
background: #FECD0E;
}


.tNum {
	font-size: 2.5em;
	font-weight: bold;
    color: #232C7E;
}

.timeRange {
	font-size: 1.5em;
	font-weight: bold; 
    color: #232C7E;
}
@media (max-width:780px){

.tNum{
	FONT-SIZE:22PX
}
.timer{border:5px solid #AAA0CC;}
.timeRange{
	font-size: 16PX;
}
.comingText{
	color: #232C7E;
	font-size: 44px;
	font-weight: bold;

}
}