body {
    margin: 0;
    background: url("assets/images/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #ddd;
    font-family: "Oswald", Arial, sans-serif;
}

/* Main page container (dossier sheet feel) */
.page {
    max-width: 900px;
    margin: 40px auto;
    background: rgba(20, 20, 20, 0.85);
    padding: 20px;

    /* subtle “document slab” feel */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Headers = propaganda / authority styling */
h1, h2 {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c1121f;
}

/* Extra emphasis for main title */
h1 {
    text-shadow: 2px 2px 0px black;
    margin-top: 0;
}

/* Section header styling */
.header {
    border-bottom: 2px solid #8b0000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

/* Body text readability */
p {
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.image-frame {
    margin: 20px 0;
    padding: 8px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.image-label {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #aaa;
    margin-bottom: 6px;
}