html,
body {
  background: #1C2837;
  margin: 0;
  min-height: 100%;
}

body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.progress-container {
  background: #2A3748;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  width: 120px;
}

.progress-bar {
  background: #D3A65B;
  height: 100%;
  transition: width 0.4s ease;
  width: 0;
}
