.post_excerpt {
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.post_image {
  margin-top: 10px;
}

.content.container {
  background-color: white;
}

/* Thumb images on news page */
.thumb img {
  width: 400px;
  max-height: 250px;
  margin: auto;
}

