section.journal_summary {
    color: #fff !important;
    font-size: 24px !important;
    text-align: left !important;        /* Align text to the left */
    line-height: 1.6;
    max-width: 600px;                   /* Limit width of text block */
    margin-left: 40px !important;       /* Push the block slightly to the right */
    margin-right: auto !important;      /* Prevent it from centering */
    
}

.header.container-fluid {
    background-color: #2e7d32 !important; /* Dark green */
}