h2 {
  text-align: center;
  display: block;
  width: 100%;
}
h3 {
  color: blue;
}
.foot {
    text-align: center;
}
.news-entry {
    max-width: 650px;
    margin: 0 auto 15px auto; /* Reduced from 40px or 50px to 15px */
    padding: 5px 10px;        /* Tightens internal spacing */
    text-align: left;
}

.news-entry p {
    margin: 5px 0;           /* Reduces space above/below paragraphs */
}

.news-entry h4 {
    margin-bottom: 2px;      /* Reduces space between header and text */
}
