body {
    
    overflow: hidden;
}

iframe {
    display: block;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    border: none;
    
}
