body {font-family: Arial, sans-serif; background: #f5f7fa; margin: 0; color: #333;} .navbar {background: #006aff; color: white; padding: 1em; display: flex; justify-content: space-between;} .navbar a {color: white; margin-left: 1em; text-decoration: none;} .hero {padding: 4em; text-align: center; background: #e6f0ff;} .hero h1 {font-size: 2em;} .cta-button {background: #ff5a5f; color: white; padding: 0.75em 1.5em; border: none; border-radius: 5px; text-decoration: none;} .home-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1em; padding: 2em;} .home-card {background: white; padding: 1em; border: 1px solid #ccc; border-radius: 5px;} form input, form textarea, form select, form button {display: block; width: 100%; margin: 0.5em 0; padding: 0.5em;}
.home-img {
  width: 100%;
  border-radius: 4px;
}
.donate-button {
  background: #006aff;
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  margin-top: 0.5em;
  border-radius: 4px;
  text-decoration: none;
}