iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

body {
    margin: 0;
    width: 100vw;
    height: 100vh;
}
