
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Advanced Resins</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
        .container {
            background-color: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 80%;
            max-width: 600px;
        }
        img {
            max-width: 200px;
            margin-bottom: 20px;
        }
        h1 {
            font-size: 24px;
            color: #333;
        }
        p {
            margin: 10px 0;
            font-size: 16px;
            color: #666;
        }
        .team {
            font-weight: bold;
            margin-top: 20px;
        }
        .contact {
            margin-top: 30px;
            font-size: 14px;
            color: #333;
        }
        .contact p {
            margin-bottom: 5px;
        }
    </style>
</head>
<body>

    <div class="container">
        <img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIjqrt3wd9iCwcLAHfF55ShPHVf1GD3owYMks9ykqHQd1XuvSBEFPwLrIG6qXDLNDu4GlNbX53Vns3kQjNz_j14yZMCE_9z_z9fG79XqAxr6pCyOJZa21Y9Uz9Tn27b-u-I4TB0NWkZ3Md62wsa7zOXjyca600qo4kpggT0uL7fQXdyh1rD4Iock_2Nq1U/s320/medicalib-kine-min.YvgZY7JF.webp" alt="Advanced Resins Logo">
        <h1>Advanced Resins</h1>
        <p>ninja services!</p>

        <p>
            Our consultancy business, located in Las Palmas, is ready to advise you on all ninja. You can get expert support for your ninja and other solutions.
        </p>
        <p>
            
We are Ninja!
        </p>
        
        <p class="team">Advanced Resins Team</p>
        <p class="team">BEST Ninja SERVICES!</p>

        <div class="contact">
            <p>Address: 167 South 4st Street, Las Palmas, LP 10015</p>
        </div>
    </div>

</body>
</html>
