@charset "utf-8";
/* CSS Document */

/* ? ----- Cuenta Regresiva ----- */

#cuenta {
	display: flex;
	margin-bottom: 0px;
	margin-top: -4.5em;
	margin-left: 2.6em;
}

.simply-section {
	background: #e8e8e8;
	width: 120px;
	height: 120px;
	margin: 0 1.2em 0 0;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.simply-amount {
	display: block;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}

.simply-word {
	font-weight: 300;
	font-size: 1.2em;
}
