<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Travel The World</title>
  <!-- Tailwind -->
  <!-- Font -->
  <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&#038;display=swap" rel="stylesheet">
  <style>
    body {
      font-family: 'Poppins', sans-serif;
      background: #0f5c57;
    }
    .card-shadow {
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }
  </style>
</head>
<body>
  <!-- MAIN CONTAINER -->
    <!-- NAVBAR -->
        HOME
        ABOUT US
        DESTINATIONS
        CONTACT US
        DESIGN <br> ART STUDIO
    <!-- HERO SECTION -->
      <!-- LEFT -->
        <h1>
          Travel
        </h1>
        <p>
          THE WORLD
        </p>
        <p>
          Pellentesque sed nisi at nisi scelerisque iaculis. Phasellus orci. Nulla adipiscing. 
          Suspendisse et leo vel elit ullamcorper gravida. Proin tempor, ligula ut.
        </p>
        <button>
          BOOK NOW
        </button>
      <!-- RIGHT IMAGES -->
        <!-- IMAGE 1 -->
          <img decoding="async" src="https://images.unsplash.com/photo-1507525428034-b723cf961d3e" 
              >
        <!-- IMAGE 2 -->
          <img decoding="async" src="https://images.unsplash.com/photo-1501785888041-af3ef285b470" 
              >
        <!-- IMAGE 3 -->
          <img decoding="async" src="https://images.unsplash.com/photo-1493558103817-58b2924bce98" 
              >
    <!-- FOOTER -->
      @FOLLOW US
        f
        i
        in
        t
</body>
</html>