.wrap h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
  }
  
  form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  form input[type="text"] {
    width: 250px;
    height: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  
  form input[type="submit"] {
    margin-top: 10px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  #progress-bar {
    margin: 20px auto;
    display: block;
    width: 50%;
    height: 30px;
    background-color: green;
    color: #fff;
  }
  
  h2 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: bold;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  