body {
    background: #f2f2f2;
    font-family: 'Segoe UI', sans-serif;
}

/* Boxed layout */
.boxed-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
}

/* Top bar */
.top-bar {
    background: #198754;
    color: #fff;
    font-size: 14px;
}

/* Hero */
.hero {
    background: url('https://via.placeholder.com/1200x400') center/cover no-repeat;
    padding: 100px 0;
}

/* Donate section */
.donate {
    background: #0d6efd;
}

/* Footer */
.footer {
    background: #222;
    color: #ccc;
}
