 /*
 Theme Name: Give Christ Ministries
 Author: You
 Version: 1.0
 */

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6fb;
}

.hero {
    height: 90vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('https://images.unsplash.com/photo-1507692049790-de58290a4334') center/cover;
    color: white;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.btn {
    background:#2563eb;
    color:white;
    padding:12px 20px;
    text-decoration:none;
    border-radius:8px;
}

nav {
    background:#0b1220;
    padding:10px;
    text-align:center;
}

nav a {
    color:white;
    margin:10px;
    text-decoration:none;
}

.section {
    padding:40px;
    max-width:1000px;
    margin:auto;
}
