body {
  font-family: Arial, sans-serif;
  background: #0f172a;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  margin-top: 100px;
}

h1 {
  font-size: 3em;
}

.tagline {
  color: #94a3b8;
}

button {
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 16px;
  background: #22c55e;
  border: none;
  border-radius: 8px;
  color: white;
  cursor: pointer;
}

button:hover {
  background: #16a34a;
}

.count {
  margin-top: 20px;
  font-size: 20px;
}

footer {
  position: fixed;
  bottom: 10px;
  width: 100%;
}

.donate {
  font-size: 12px;
  color: #64748b;
  text-decoration: none;
}

.donate:hover {
  color: #94a3b8;
}
