.metric {
  padding: 10%;
  width : 500px;
  margin-left : auto;
  margin-right : auto;
}

.metric svg {
  max-width: 100%;
}

.metric path {
  stroke-width: 75;
  stroke: #ecf0f1;
  fill: none;
}

.metric text {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #225CB5;
}

.metric path.data-arc {
  stroke: #225CB5;
}