

@font-face {
	font-family: "WEEK_FONT";
	src: url(fonts/GOOD-LIES.TTF);
}


@font-face {
	font-family: "DS-DIGITAL";
	src: url(fonts/DS-DIGIB.TTF);
}

.digital-clock {
	background-color: #000;
	color: #fff;
	display: flex;
	bolder-radius: 2rem;
	user-select: none;
	padding: 0 2rem;
	border: 0.5rem solid #2d2d2d;
}
.week {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 6rem;
	color: green;
	font-weight: bold;
	font-family: "WEEK_FONT";
}
.week .active {
	color: white;
}
.time {
	font-family: "DS-DIGITAL"
}

.hour,
.dot,
.min {
	display: inline-block;
	font-size: 15rem;
}

.min {
	display: math;
}

.invsible {
	visibility: hidden;
}