.donate-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.donate-container h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 2.5rem;
  letter-spacing: -1px;
}

.stats-box {
  background-color: #f6f8fa;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 6px;
}

.stats-box p {
  margin: 0.5rem 0;
  font-size: 18px;
  color: #24292f;
}

.stats-box p:first-child {
  margin-top: 0;
}

.stats-box p:last-child {
  margin-bottom: 0;
}

.donate-container p {
  margin: 1rem 0;
  font-size: 18px;
  color: #24292f;
}

.donate-container a {
  color: #0969da;
  text-decoration: none;
  font-weight: normal;
}

.donate-container a:hover {
  text-decoration: underline;
}

.donate-button {
  background-color: #40b24b;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 0.5rem;
}

.donate-button:hover {
  background-color: #359540;
}

.signature {
  color: #24292f;
} 