#loader {
  width: 100%;
  height: 40px;
  position: relative;
    top: 200px;
  display: none;
}

#text {

  font-size: 20px;
  padding: 0 10px;
  font-weight: 500;
}
#percent {

  font-size: 16px;
  padding: 0 10px;
  font-weight: 500;
  text-align:center;
    display: block;
    margin: 0 auto;

}
#bar {

  height: 10px;
  width: 0;
  z-index: 9999;
  background: #e0e0e0;
  margin:0 auto;
    border-radius: 4px;

}
#help {

  font-size: 20px;
  position: absolute;
  top: 20px;
  font-weight: 600;
}