@font-face {
	font-family: dotmatrix;
	src: url(/font/dotrice.regular.otf);
}

body {
	text-align: center;
	background-color: black;
}

svg {
	width: 50%;
}

.green_led {
	fill: #32CD32;
}

.red_led {
	fill: #f03;
}

.orange_led {
	fill: orange;
}

#hour_minutes, #seconds {
	font-family: dotmatrix;
	fill: #f03;
	font-size: 36pt;
	text-anchor: middle;
}


