body { font-family: Arial, sans-serif; line-height: 1.6; background-color: #f5f5f5; padding: 20px; } h1 { text-align: center; color: #333; } .content { background-color: #fff; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } p { margin-bottom: 10px; } .highlight-orange …