
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

/* Base */
body {
/*   margin: 0;
  padding: 0; */
  margin: 50px;
  font-family: 'Inter', sans-serif;
  background: #0;
  color: #222;
  line-height: 1.75;
  overflow-x: hidden;  
}

a {
  color: #0066cc;
  text-decoration: none;
}

h1 {
  color: #6D9DB0; /* brown */
}

h2 {
  color: #6DB0A1; /* green; */
}

h3 {
	color: #6DB080; /* blue; */
}

h4 {
	color: #CCCC00;
}

table, th, td {
  border: 1px solid black;
}

.imgbox {
	width: auto;
	height: auto;
	/* border: 2px solid #ccc; */
	overflow: hidden;
}

.imgbox img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

a:hover {
  text-decoration: underline;
}p  font-family: "Inter", sans-seri  font-size: 14pt; /* Sets the font size to 14 point */	}	

<!--     /* Container */
.container {
  max-width: 1100px; /* increased */
  margin: auto;
  padding: 30px 25px; /* adjusted padding */
} -->/* Container .container	max-width: 1400px; /* much wider 	margin: aut	padding: 30px 25p}	

/* Top Navigation */
.topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.topbar nav a {
  margin-left: 20px;
  font-weight: 500;
}

.logo {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 700;
}

.logo a {
  color: #222;
  text-decoration: none;
}

/* Home Page Grid */
.post-grid {
  display: grid;
  gap: 25px;
  margin-top: 30px;
}

.post-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.post-card h2 {
  margin-top: 0;
}

.read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #0077ff;
}

<!--     /* Article Pages */
.article {
  margin-top: 40px;
} -->/* Article Pages .article	margin-top: 20px; /* reduced from 40px to 20px }	

.article h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 25px;
}

/* Footer */
.footer {
  margin-top: 50px;
  padding: 25px;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  border-top: 1px solid #eee;
}
