@charset "utf-8";
.time-box{
	width: 100%;
	height: 150px;
	display: flex;
	margin-top: 25px;
}

.time{
	margin: auto;
	color: white;
	font-size: 72px;
	font-weight: normal;
	text-shadow: rgba(0,0,0,.25) 0 5px 10px;
}

.small-sec{
	font-weight: lighter;
	font-size: 24px;
}
