body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}

header {
  background-color: #2c3e50;
  color: white;
  padding: 1rem;
  text-align: center;
}

header h1 {
  font-size: 2.5rem; /* Adjust size as needed */
  line-height: 1.2; /* Consistent height */
  margin: 0; /* Remove default margins that might shift */
  padding: 10px 0; /* Optional: consistent spacing */
  font-weight: 700; /* Consistent weight */
}

nav a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #ecf0f1;
}

.beliefs-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.col-lg-10 {
  line-height: 1.6;
}
h3 {
  margin-top: 30px;
  font-size: 1.25rem; /* Reduced from 1.5rem to 1.25rem for smaller article headings */
}
blockquote {
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 4px solid #ccc;
}

.posts {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.post-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.post-meta {
  color: #666;
  font-size: 0.9em;
  margin: 5px 0 10px;
}

.post-excerpt {
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #0066cc;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
}

.post-content .card {
  line-height: 1.8;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 0.25rem;
}

.post-content pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.25rem;
  overflow-x: auto;
}

.post-meta {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
}
