html,
body {
height:100%;
width:100%;
margin:0;
background:#000;
}
body {
background:#000;
color:#fff;
}
#fullPage {
height:100vh;
padding-top:65px;
display:flex;
justify-content:center;
align-items:center;
background:#000;
}
#iframeContainer {
width:100%;
height:calc(100vh - 65px);
background:#000;
overflow:hidden;
}
iframe {
width:100%;
height:100%;
border:0;
}