.elementor-94 .elementor-element.elementor-element-5c773c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-31bc45d */.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
}

.news-item {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.date {
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}

.news-content img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.news-content h2 {
  margin-top: 10px;
}

.news-content p {
  margin-top: 10px;
  color: black;
} 

.news-content a {
  display: block;
  margin-top: 10px;
  text-align: right;
  color: #007bff;
  text-decoration: none;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #f5f5f5;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px;
}

.pagination a:hover {
  background-color: #007bff;
  color: #fff;
}

.pagination .disabled {
  pointer-events: none;
  opacity: 0.5;
}/* End custom CSS */