.donation-bar {
  text-align: center;
  margin: 55px 55px;
}
.progress-container {
  width: 100%;
  height: 30px;
  border-radius: 15px;
  position: relative;
}
.progress-bar {
  height: 100%;
  border-radius: 15px;
}
