body {
  background-color: #FFF8E7; /* Light cream background */
  font-family: Times New Roman, Times, serif;
  font-size: 16px; /* Increased from 14px for better readability */
  color: #1A252F; /* Dark navy text */
  margin: 0;
  padding: 10px;
  text-align: center;
}

a {
  color: #2E6B6A; /* Deep teal links */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  text-align: center;
  padding: 10px 0;
  border-bottom: 2px solid #1A252F; /* Dark navy border */
}

.banner {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.header h1 {
  font-size: 56px; /* Increased from 48px for prominence */
  font-weight: bold;
  margin: 0;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #1A252F; /* Dark navy title */
}

.date {
  font-size: 18px; /* Increased from 16px */
  color: #800020; /* Burgundy accent */
  margin-top: 5px;
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.column {
  width: 30%;
  padding: 10px;
  vertical-align: top;
}

.left-column, .right-column {
  font-size: 14px; /* Increased from 12px */
}

.main-column {
  width: 40%;
  border-left: 1px solid #D3D3D3; /* Soft gray border */
  border-right: 1px solid #D3D3D3;
  padding: 0 15px;
}

.main-column h2 {
  font-size: 28px; /* Increased from 24px */
  font-weight: bold;
  color: #800020; /* Burgundy headlines */
  margin: 10px 0;
  text-transform: uppercase;
}

.main-column a {
  font-size: 20px; /* Increased from 18px */
  line-height: 1.4;
  font-weight: bold;
}

.left-column a, .right-column a {
  line-height: 1.5;
}

.category {
  margin-bottom: 20px;
}

.category h3 {
  font-size: 18px; /* Increased from 16px */
  font-weight: bold;
  color: #1A252F; /* Dark navy category headers */
  margin: 5px 0;
  border-bottom: 1px solid #D3D3D3; /* Soft gray underline */
  text-transform: uppercase;
}

.special-section {
  background-color: #F5F0E1; /* Slightly darker cream for contrast */
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #D3D3D3; /* Soft gray border */
}

.special-section h3 {
  font-size: 18px; /* Increased from 16px */
  color: #800020; /* Burgundy accent */
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.prayer, .scripture {
  max-width: 600px;
  margin: 10px auto;
  text-align: center;
}

.prayer p, .scripture p {
  font-size: 16px; /* Increased from 14px */
  line-height: 1.6;
  font-style: italic;
}

.top-story {
  text-align: center;
  margin: 10px 0;
  border-bottom: 1px solid #D3D3D3; /* Soft gray border */
  padding-bottom: 10px;
}

.top-story a {
  font-size: 32px; /* Increased from 28px */
  color: #1A252F; /* Dark navy top story */
  font-weight: bold;
  text-transform: uppercase;
}

.weather {
  font-size: 14px; /* Increased from 12px */
  color: #4A4A4A; /* Darker gray for weather text */
  margin-top: 10px;
}

.footer {
  text-align: center;
  font-size: 14px; /* Increased from 12px */
  color: #4A4A4A; /* Darker gray for footer */
  margin-top: 20px;
  border-top: 1px solid #D3D3D3; /* Soft gray border */
  padding-top: 10px;
}