html {
    font-size: 24px;
    background-color: #d1d5db;
    padding-top: 100px;
}

.newspaper {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    max-width: 800px;
    width: 90%;
    margin: 20px auto;
    padding: 20px;
    background-color: #f4f1ea;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: #2c2c2c;
}

.name {
    font-size: 2.5rem;
    font-family: "Times New Roman", serif;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 4px double #2c2c2c;
    padding-bottom: 10px;
}

.date {
    text-align: center;
    font-size: 0.85em;
    color: #555;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

.name, .author {
    text-transform: uppercase;
}

.headline {
    font-family: "Times New Roman", serif;
    font-size: 2.1em;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.sub-headline {
    font-weight: 100;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 15px;
}

.author {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 20px;
}

.text {
    text-indent: 25px;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: justify;    /* Justify the text for a more newspaper-like appearance */
    hyphens: auto;        /* Enable automatic hyphenation for better text flow */
}

.text::first-letter {
    font-size: 3.5em;
    font-weight: bold;
    float: left;
    margin: 5px 8px 0 0;
    line-height: 0.85;
}