html

<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>Horizon 2605 Cruiser For Sale</title>

  <style>

    body {font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333;}

    .brochure {background: #fff; padding: 20px; border-radius: 8px; max-width: 600px; margin: 40px auto; box-shadow: 0 2px 8px rgba(0,0,0,0.09);}

    h1 {color: #235170;}

    .details {margin: 15px 0;}

    .contact {font-weight: bold; margin-top: 15px;}

  </style>

</head>

<body>

  <div class="brochure">

    <h1>For Sale – Horizon 2605 Cruiser 2020</h1>

    <div class="details">

      <p>

        Don’t miss the chance to purchase this impressive second-hand Horizon 2605 Cruiser, built in 2020. Finished in an elegant fawn colour, this meticulously maintained vessel offers unmatched comfort for family and friends, whether you're enjoying a day out or a weekend cruise.

      </p>

    </div>

  </div>

</body>

</html>