body {
  font-family: sans-serif;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

#progressWrapper {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 20px;
}

#progressBar {
  height: 20px;
  width: 0;
  background: #4a90e2;
  text-align: center;
  color: white;
}

#stats {
  margin-top: 10px;
  font-family: monospace;
}

#stage {
  margin-top: 15px;
  font-weight: bold;
  color: #444;
}
