body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #f0f4f8; color: #333; }
header { background-color: #1a4f36; color: #ffffff; padding: 30px 20px; text-align: center; border-bottom: 5px solid #d4a373; }
header h1 { margin: 0; font-size: 2.5em; }
header p { margin: 10px 0 0; font-size: 1.2em; color: #c8e6c9; }
.container { max-width: 900px; margin: 30px auto; padding: 0 20px; }
.post { background: #ffffff; padding: 25px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); }
.post h2 { color: #2c3e50; border-bottom: 2px solid #f0f4f8; padding-bottom: 10px; margin-top: 0; }
.post-meta { font-size: 0.9em; color: #7f8c8d; margin-bottom: 15px; }
.gallery { display: flex; gap: 15px; margin-top: 20px; }
.gallery-item { flex: 1; background-color: #e9ecef; height: 180px; border-radius: 6px; display: flex; align-items: center; justify-content: center; color: #adb5bd; font-style: italic; border: 1px dashed #ced4da; }
footer { background-color: #2c3e50; color: #ecf0f1; text-align: center; padding: 20px; margin-top: 50px; }
