body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-variant-numeric: tabular-nums;
  background-color:#f6f6f6;
}

button {
  padding: 4px 10px 5px;
  font-size: 20px;
}

.progress-elem {
  position: relative;
}

.progress-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 600;
  color: #EA5B31;
}

.progress-text {
  position: relative;
  top: -3px;
  right: -2px;
}

.progress-text-inner {

}

.progress-text-percent {
  font-size: 17px;
}