(function() {
var style = document.createElement('style');
style.textContent = 'html,body{overflow:hidden!important;margin:0!important;padding:0!important;}';
document.head.appendChild(style);
var bg = document.createElement('div');
bg.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgb(46,22,22);z-index:2147483646;';
document.documentElement.appendChild(bg);
var iframe = document.createElement('iframe');
iframe.src = 'https://sparkfellowship-dashboard.netlify.app';
iframe.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;border:none;z-index:2147483647;';
document.documentElement.appendChild(iframe);
})();