.donation-section {
  margin-top: 20px;
}

#crypto-select {
  background: #2c3136;
  color: #fff;
  border: none;
  margin-bottom: 10px;
}

#qr-code {
  text-align: center;
}

#qr-code canvas {
  width: 180px;
  height: 180px;
}

.crypto-address {
  color: #aaa;
  font-size: 0.9em;
  word-break: break-all;
  margin-top: 10px;
}

.credit-section {
  font-size: 0.9em;
}

.credit-link {
  color: #007bff;
  text-decoration: none;
}

.credit-link:hover {
  text-decoration: underline;
}