body { font-family: sans-serif; margin: 0; padding: 20px; background: #f4f4f4; }
header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
#news-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.news-card { background: white; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.news-card img { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; }