@charset "utf-8";

body {
    margin: 0;
}

html, body, iframe { height: 100%; }
/* iframe {
    /* display: block;       /* iframes are inline by default */
    /* background: #000;
    /* border: none;         /* Reset default border */
    /* height: 300px;        /* Viewport-relative units */
    /* width: 100vw;
}