* {
    margin: 0;
}
html, body {
    width: 100vw;
    height: 100%;
    position: fixed;
}
iframe {
    width: 100%;
    height: 100%;
}