<mjml lang="en">
<mj-head>
<!-- Here we import our fonts, but you can simply remove this if you don't need them -->
<mj-raw>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</mj-raw>
<mj-font name="Inter"
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" />
<!-- Your styles go here, but you can simply remove this if you don't need them -->
<mj-style>
body {
padding: 24px 12px;
}
</mj-style>
</mj-head>
<mj-body>
<mj-wrapper full-width="full-width" background-color="#FFFFFF">
<mj-section padding="0">
<mj-column padding="0">
<!-- Your content goes here -->
<mj-button width="100%" height="384px" padding="0px 0px 0px 0px"
background-color="#FFFFFF" border-radius="6px"
border="2px dashed #E8E8E8" />
<!-- /Your content goes here -->
</mj-column>
</mj-section>
</mj-wrapper>
</mj-body>
</mjml>