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