.progress-ring .background {
  fill: none;
  stroke: #ddd;
  stroke-width: 32;
}

.progress-ring .progress {
  fill: none;
  stroke: #2a4596;
  stroke-width: 32;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1.2s ease-in-out;
}

.counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.9em;
  font-weight: bold;
  color: #2a4596;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
