body { font-family: Arial, sans-serif; max-width: 900px; margin: auto; }
.post { border-bottom: 1px solid #ccc; padding: 15px 0; }
.photos { display: flex; gap: 10px; }
.photos img { max-height: 150px; }
.date { color: #777; font-size: 12px; }
