body { font-family: sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 20px; background: #f4f4f4; }
header { text-align: center; margin-bottom: 30px; }
.controls { margin-bottom: 20px; display: flex; gap: 10px; justify-content: center; }
.sermon-card { background: white; padding: 20px; margin-bottom: 20px; border-radius: 8px; shadow: 0 2px 5px rgba(0,0,0,0.1); }
.date { color: #666; font-size: 0.9em; }
.topic { display: inline-block; background: #e0e0e0; padding: 2px 8px; border-radius: 4px; font-size: 0.8em; }
h2 { color: #2c3e50; margin-top: 10px; }