.clock{
	width:52px;
	height:52px;
	background: #fff;
	border-radius: 50%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.clock svg {
	position: absolute;
	width: 90%;
	height: 90%;
}
.clock svg path {
  stroke: #000;
  stroke-linecap:round;
  stroke-width: 50;
  fill:none;
}
#sec {stroke-width: 20;}
/*#min {*/
  /*stroke: #3d601b;*/
  /*stroke-width: 60;*/
/*}*/
/*#hour {*/
  /*stroke: #13441e;*/
  /*stroke-width: 60;*/
/*}*/

.gauge{
  width:100%;
  height:100%;
  background-position:center;
  background-size:contain;
  display:flex;
  justify-content:center;
  align-items:center;
}
.gauge svg {
  position: relative;
  width:100%;
  height:100%;
}