html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

b,
strong {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.story-sub {
    max-width: 700px;
    margin: auto;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    color: gray;
}

.story-annotation {
    max-width: 800px;
    margin: auto;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: left;
    color: gray;
}

.story-byline-line {
    transform: translateX(-300px); 
    max-width: 200px;
    margin-top: 80px;
}

.story-byline {
    margin: auto;
    max-width: 800px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: gray;
}

.story-byline::before {
    content: '';
    /* height: 6px;
    border-radius: 3px;
    background-color: #371ab7;
    position: absolute;
    width: 80px;
    transform: translateY(290px);
    top: 50px; */
}

.story-heading {
    margin: auto;
    max-width: 600px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.story-heading h2{
    margin: auto;
    max-width: 600px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.story-kicker {
    font-family: 'Poppins', serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    color: gray;
}

.story-paragraph {
    margin: auto;
    max-width: 800px;
    font-size: 16px;
    line-height: 24px;
    color: #5d5d5d;
}

/* gráficos */

.story-graphic {
    margin: auto;
    max-width: 1000px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.flourish-credit {
    display: none;
}

@media (max-width: 420px) {
    body {
        padding: 10px;
    }

    .story-byline-line {
        transform: translateX(-76px);
    }

    .story-heading {
        text-align: left;
    }

    .story-sub {
        text-align: left;
    }
}