.ln_main_wrapper {
    width: 800px;
    margin: 0px auto;
    border: 1px solid #2E2E2E;
}

.ln_title_header {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    background: #fb4;
    color: white;
}

.ln_logo_header{ 
    display: flex;
    justify-content: flex-end;
    background: #2E2E2E;
    padding: 5px;
}
.ln_body {
    background: white;
    padding: 10px;
}
.ln_publication_name h1 {
    font-size: 30px;
    font-family: serif;
    color: #0c2b57;
    text-transform: uppercase;
}
.ln_publication_date p {
    margin: 0px;
    font-family: sans-serif;
    font-size: 13px;
}