<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Embedded Google Doc</title>
    <style>
        body {
            font-family: sans-serif;
        }
        .doc-container {
            width: 100%;
            max-width: 900px;
            margin: 20px auto;
            border: 1px solid #ccc;
        }
        iframe {
            width: 100%;
            height: 600px;
            border: 0;
        }
    </style>
</head>
<body>

    <h1>Partnerships, Sponsorships and Branding</h1>

    <div class="doc-container">
        <iframe src="https://docs.google.com/document/d/e/2PACX-1vSs5oebj2VE8iXl6GdpF77pX4TTC7sQvHQgoUXugGeeJB2L2z8lAT1QpfeuIxvvX69WAifeOCnwUwpR/pub?embedded=true"></iframe>
    </div>

</body>
</html>