More Details

<!DOCTYPE html>

<html lang="en">


<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Redmi A2 (Aqua Blue)</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      margin: 20px;

    }


    .product-description {

      max-width: 600px;

      margin: auto;

    }


    img {

      max-width: 100%;

      height: auto;

    }


    .buy-now-button {

      display: block;

      margin-top: 20px;

      padding: 10px;

      background-color: #4CAF50;

      color: white;

      text-align: center;

      text-decoration: none;

      font-size: 16px;

      cursor: pointer;

    }

  </style>

</head>


<body>


  <div class="product-description">

    <h1>Redmi A2 (Aqua Blue)</h1>

    <p><strong>RAM:</strong> 2GB</p>

    <p><strong>Storage:</strong> 64GB</p>

    <p><strong>Color:</strong> Aqua Blue</p>


    <img src="redmi-a2-aqua-blue.jpg" alt="Redmi A2 Aqua Blue">


    <p>The Redmi A2 in Aqua Blue comes with 2GB of RAM and 64GB of storage, providing a powerful and spacious

      smartphone experience. The elegant Aqua Blue color adds a touch of style to your device.</p>


    <p>Key Features:</p>

    <ul>

      <li>2GB RAM for smooth multitasking</li>

      <li>64GB internal storage for ample space</li>

      <li>Aqua Blue color for a stylish look</li>

    </ul>


    <p>Get your Redmi A2 today and enjoy a seamless mobile experience!</p>


    <a href="https://amzn.to/3Sk7caB" class="buy-now-button" target="_blank">Buy Now on Amazon</a>

  </div>


</body>


</html>