html.il, .il body {
	/* Box */
	margin: 0;
	border: 0;
	padding: 0;
	/* Settings */
	overflow: auto;
	transition-duration: 0.2s;
	/* Size */
	height: 100%;
	width: 100%;
}

:root {
	font-size: 16px;
}

div#page {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.hide {
	display: none !important;
}

div#timer-counter {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	max-width: 100vw;
}

div.block {
	flex: 1 1;
	text-align: center;
	min-width: 5rem;
}

div.block .number {
	font-size: 4em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -2px;
}

div.block .label {
	margin-top: .5em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#timer-done {
	font-size: 2em;
	font-weight: 600;
}
