@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Creepster&display=swap');

body {
    background: linear-gradient(to bottom, #0a0a0a, #1a1a2e);
    color: #d4d4d4;
    font-family: 'Crimson Text', serif;
    line-height: 1.8;
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
}


h1 {
    font-family: 'Cinzel', serif;
    font-size: 3.5em;
    font-weight: 900;
    text-align: center;
    color: #8b0000;
    text-shadow: 0 0 20px rgba(139, 0, 0, 0.8),
                 0 0 40px rgba(139, 0, 0, 0.5);
    letter-spacing: 8px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.emphasis {
    color: #ff4444;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

.dark-emphasis {
    color: #b8860b;
    font-weight: 600;
    font-style: italic;
}

.corrupted {
    color: #9400d3;
    font-weight: 700;
    text-shadow: 0 0 8px rgba(148, 0, 211, 0.6);
}

.impact-line {
    font-size: 1.3em;
    font-weight: 600;
    color: #ff6b6b;
    margin: 15px 0;
    text-align: center;
    letter-spacing: 2px;
}

.death-line {
    color: #dc143c;
    font-weight: 700;
    font-style: italic;
}

.quote {
    font-size: 1.4em;
    color: #87ceeb;
    text-align: center;
    font-style: italic;
    margin: 30px 0;
    text-shadow: 0 0 15px rgba(135, 206, 235, 0.4);
}

.section-break {
    text-align: center;
    margin: 40px 0;
    color: #666;
    font-size: 2em;
    letter-spacing: 10px;
}

.final-line {
    font-size: 1.5em;
    text-align: center;
    color: #8b0000;
    font-weight: 700;
    margin-top: 40px;
    text-shadow: 0 0 20px rgba(139, 0, 0, 0.6);
    letter-spacing: 3px;
}

.character-name {
    color: #ffd700;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.lord-x {
    color: #8b008b;
    font-weight: 900;
    font-size: 1.1em;
    text-shadow: 0 0 15px rgba(139, 0, 139, 0.8);
}

p {
    margin: 20px 0;
    text-indent: 30px;
}

.no-indent {
    text-indent: 0;
}

.div-img {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 20%;
}

