.news-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 2rem;
  color: #cac5e5;
  font-size: 1rem;
  line-height: 1.8;
  background-color: #151530;
  text-align: left;
}

.news-article h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #e0d9ff;
  text-align: center;
}

.news-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.news-article p {
  margin-bottom: 1.5rem;
}
