<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

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

    <title>ZEWEL360 | Simple. Secure. Smart.</title>

    <style>

        /* Removes all default spacing and hides scrollbars */

        body, html { 

            margin: 0; 

            padding: 0; 

            height: 100%; 

            width: 100%;

            overflow: hidden; 

        }

        /* Forces the Gamma embed to fill 100% of the screen */

        iframe { 

            width: 100%; 

            height: 100vh; 

            border: none; 

            display: block;

        }

    </style>

</head>

<body>

    <iframe src="https://gamma.app/embed/ckfbxwl9z67bnqn" 

            allow="fullscreen" 

            title="ZEWEL360">

    </iframe>

</body>

</html>