Code For Embedding Google Docs
——————————————————————————————————
<div style="display: flex; flex-direction: column; height: 100vh;width:100%">
<embed src="https://docs.google.com/document/d/e/2PACX-1vR7JxxxuOsXSyaEB0z6AvHauc7npnSP3d5rb7w0LcrZ_cQCowd0Z_Pd3mqnjeu87v2830a1P-0xgQU5/pub?embedded=true" width="100%" height="100%" style="border:0; order: 1;flex-grow: 1; flex-shrink: 1; overflow: hidden;">
</embed>
</div>
Replace red text from url address "https… to "pub" and before the "?"
<embed src="https://docs.google.com/document/d/e/2PACX-1vR7JxxxuOsXSyaEB0z6AvHauc7npnSP3d5rb7w0LcrZ_cQCowd0Z_Pd3mqnjeu87v2830a1P-0xgQU5/pub?embedded=true"