.container2 {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto;
    padding: 10px 0;
    text-align: left;
    
  }
  .status {
    background: #008000;
    color: #fff;
    display: none;
    margin: 8px 0;
    padding: 5px;
  }
  .progress {
    margin: 10px auto;
    position: relative;
    width: 90%;
  }
  .bar {
    background: #86eb13;
    height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: width 0.3s ease 0s;
    width: 0;
  }
  .percent {
    color: #333;
    left: 48%;
    position: absolute;
    top: 0;
  }
   
  .button{
    margin: 5px 0;
  }