🧱 تم لگو: آجرهای ساختمانی و دنیای بینهایت!
body { font-family: 'Arial', sans-serif; line-height: 1.8; color: #333; background-color: #f7f7f7; } /* خاکستری روشن */ article { max-width: 800px; margin: 25px auto; padding: 35px; background: #ffffff; border-radius: 15px; box-shadow: 0 8px 25px rgba(0,0,0,0.15); border-top: 5px solid #ff4444; } /* قرمز لگو */ h2, h3 { color: #1565c0; border-bottom: 2px solid #e0e0e0; padding-bottom: 8px; margin-top: 30px; } h2 { font-size: 2.1em; text-align: center; color: #ff4444; } /* قرمز روشن */ h3 { font-size: 1.6em; color: #f9a825; } /* زرد لگو */ ul { padding-right: 20px; list-style-type: '🧩 '; } /*...

