Theme Name: Give Christ Auto Theme
Version: 2.0

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

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

.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;
}
