/*
Theme Name: Century Detailing
Theme URI: https://example.com
Author: Century Detailing
Description: Simple WordPress theme for Century Detailing booking and portfolio.
Version: 1.0
*/

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

a { color:#4caf50; text-decoration:none; }

header {
    padding:20px;
    background:#07130b;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.hero {
    padding:80px 20px;
    text-align:center;
    background: linear-gradient(135deg, #0b1a10, #12351f);
}

.btn {
    display:inline-block;
    padding:12px 20px;
    background:#4caf50;
    color:#fff;
    margin:10px;
    border-radius:6px;
}

.container {
    padding:40px 20px;
}

