.progress-container {
  width: 80%; /* Full width of the container */
  margin: 0 auto; /* Center the container */
  height: 15px; /* Thin height for the rectangle */
  background-color: #eee; /* Light grey background */
}

.progress-bar {
  height: 100%; /* Full height of the container */
  width: 0%; /* Initial width, no fill */
  transition: width 0.5s ease-in-out; /* Smooth transition for width change */
  background-color: #008e76;
}

.funding-tracker-container {
  text-align: center;
  margin: 3rem 0;
}

.funding-tracker-amt-donated {
  font-size: 2.5rem;
  font-weight: bold;
}

.funding-text {
  color: black !important;
  font-weight: bold !important;
}

.funding-percentage {
  font-weight: bold;
}
