/*
Theme Name: S-DZ 
Description: A very clean theme.
Author: SDZ
Version: 1.0
Text Domain: s-dz
*/

body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

#header {
    background: #f8f9fa;
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}

#header h1 a {
    text-decoration: none;
    color: #000;
}

#content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

article {
    margin-bottom: 3rem;
}

article h2 a {
    text-decoration: none;
    color: #0056b3;
}

#footer {
    text-align: center;
    padding: 2rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    margin-top: 4rem;
}