<!DOCTYPE html>
            <html lang="en">
            <head>
                <meta charset="UTF-8">
                <title>Elon Musk is fun!</title>
            </head>
            <body style="margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #121325;">
                <video width="800" height="450" preload="auto" autoplay muted loop playsinline>
                    <source src="from_heart_to_the_sun.mp4" type="video/mp4">
                    Your browser does not support the video tag.
                </video>
            </body>
            </html>