body {
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #111827;
    background: #f8fafc;
}

.site-header,
.site-footer {
    padding: 16px 24px;
    background: #0f172a;
    color: #ffffff;
}

.site-header a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.site-main {
    max-width: 960px;
    margin: 24px auto;
    padding: 0 16px;
}

.entry-title {
    margin: 0 0 12px;
}
