body {
	font-family: sans-serif;
	text-align: center;
	background-color: #111;
}
svg {
	width: 50%;
}

#clock_circle {
	stroke: black;
	fill: url('#g');
	
	stroke-width: 2;
}

#hand_hour {
	stroke: black;
	stroke-width: 6;
}

#hand_minute {
	stroke: black;
	stroke-width: 5;
}

#hand_second {
	stroke: red;
	stroke-width: 1;
}

#hand_second_circle {
	stroke: red;
	fill: red;
	stroke-width: 1;
}

.tick_minute {
	stroke: black;
	stroke-width: 1;
}

.tick_five_minute {
	stroke: black;
	stroke-width: 4;
}
