body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #0a0a0a;
    color: #eaeaea;
}

header {
    background-color: #000;
    color: #c9a96e;
    padding: 20px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
    border-bottom: 1px solid #c9a96e;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    background: #111;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

h1 {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #ffffff;
}

.meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    margin-top: 40px;
    color: #c9a96e;
}

p {
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 0;
    color: #d0d0d0;
}

img {
    width: 100%;
    margin: 30px 0;
    border-radius: 4px;
}

.caption {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
}

.footer {
    text-align: center;
    margin-top: 60px;
    font-size: 13px;
    color: #777;
    border-top: 1px solid #222;
    padding-top: 20px;
}

.highlight {
    font-style: italic;
    color: #c9a96e;
}