<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Introduction Letter</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
            padding: 20px;
            background-color: #f8f9fa;
            color: #333;
        }
        h1 {
            text-align: center;
            color: #0056b3;
        }
        .letter {
            max-width: 600px;
            margin: auto;
            background: white;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        .signature {
            margin-top: 40px;
        }
        .footer {
            font-size: 0.9em;
            color: #777;
        }
    </style>
</head>
<body style="font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 20px;
            padding: 20px;
            background-color: #f8f9fa;
            color: #333">

    <h1 style="text-align: center;
            color: #0056b3">NFIS Oil and Gas</h1>

    <div style="max-width: 600px;
            margin: auto;
            background: white;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)" class="letter">
        <p>Dear Sir/Madam,</p>
        
        
        <p>This is to formally introduce NFIS Oil and Gas, a Qatar-based company specializing in the oil and gas industry. We possess the capability to deliver our products directly to your designated port, ensuring a consistent supply to meet your customer demands.</p>
        
        <p>We propose a mutually beneficial purchasing agreement that would establish us as your mandated supplier. This partnership would guarantee a steady flow of products to your customers, while also providing you with a commission on both the buyer and seller side.</p>
        
        <p>Our product range includes, but is not limited to, EN590, D2, Jet Fuel, D6, LCO, Urea 46%, Mazut, Bitumen, ESPO, Gasoline, Petcoke, LNG, and LPG.</p>
        
        <p>We would be delighted to discuss this opportunity further and provide a detailed product offering upon your expressed interest. To initiate this process, we kindly request authorization from our refinery.</p>
        
        <p>We look forward to the possibility of establishing a successful business relationship with your esteemed organization.</p>
        
        <div style="margin-top: 40px" class="signature">
            <p>Best regards,</p>
            <p>Admin MGT</p>
            <p>NFIS Oil and Gas</p>
        </div>
    </div>

    <div style="font-size: 0.9em;
            color: #777" class="footer">
        <p>© 2024 NFIS Oil and Gas. All rights reserved.</p>
    </div>

</body>
</html>