<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
body &gt; iframe:first-child{
    width: 100%;
    height: 12em;
    margin-bottom: -9.5em;
    position: relative;
    z-index: 1;
    border: none;
}
object {
    width: 100%;
    flex-grow:1;
    text-align: center;
    font-family: monospace;
}
object &gt; a {
    display: inline-block;
    margin-top: 12em;
}
</pre></body></html>