#circleProgress {
  margin: 20px auto;
  width: 180px;
  position: relative;
}

#progressText {
  position: absolute;
  top: 66px;
  width: 100%;
  text-align: center;
  font-size: 30px;
}