* {
margin: 0;
padding: 0;
}

html {
      background:gray;
}

body {
	background: pink;
	position: absolute;
	top:0; bottom:0;
	left:0; right:0;
}

.svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%; 
	vertical-align: middle; 
	overflow: hidden; 
}

svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.face {
  fill: steelblue;
  stroke: red;
  stroke-width: 1mm;
}

.hand {
  fill: orange;
  stroke: black;
  stroke-width: 2mm;
}

.counter {
  font: 30mm "SunLT Black", "Courier-Bold", sans-serif;
  text-anchor: middle;
  color: blue;
}
