.newspaper-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 20px;
    color: #333;
    font-family: "Georgia", "Times New Roman", serif;
    line-height: 1.6;
}

.issue-header {
    border-bottom: 2px solid #333;
    margin-bottom: 1.5rem;
    text-align: center;
}

.issue-title {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.issue-metadata {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 5px 0;
    border-top: 1px solid #eee;
}

.columns {
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #eee;
    text-align: justify;
}

.drop-cap {
    float: left;
    font-size: 4rem;
    line-height: 1;
    padding-right: 8px;
    color: #555;
}