html, body {
  margin: 0;
  height: 100%;
}

.wrapper {
  display: table;
  width: 65%;
  margin: 0 auto;
  height: 100%;
}

.progress {
  width: 50%;
  margin: 0 auto;
  height: 60px;
}

.progress svg {
  width: 100%;
  height: 100%;
}

