<!DOCTYPE html> <html lang="bn"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Aim Khelar News Blog</title> <style> body { margin: 0; font-family: 'Segoe UI', sans-serif; background-color: #000; color: #fff; } header { background-color: #FFD700; color: #000; padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.5); } header h1 { margin: 0; font-size: 2.5rem; } nav { background-color: #111; padding: 10px; display: flex; j...