Contact us
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HealthTip50Mentor</title> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <style> /* ===== Reset & Fonts ===== */ * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Roboto', sans-serif; } body { background-color: #f9f9f9; color: #333; line-height: 1.6; } /* ===== Header ===== */ header { background: #27ae60; color: #fff; padding: 20px 0; tex...