body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

svg {
  width: 90vh;
  max-width: 90vmin;     
  height: auto;
  aspect-ratio: 1 / 1;
}

path {
  fill: red;
  /*fill-opacity: 0.8;*/
  stroke: black;
  transition: .3s;
}

#path-0 {
  stroke: black;
}

#digitalDial {
  font-family: monospace;
  text-align: center;
}