body {
	height:200%;
	display:block;
	}
    .scramblegram{position:relative;z-index:5000;width:540px;}
    .scramblegram:hover{z-index:10000;transition:1.876543s;}
    iframe {
	top:3%;
	left:3%;
	transform:translate(0%,0%);
	display:inline-flex;
  position: relative;
  z-index: 5;
  width: 500px;
padding-bottom:35px;
padding-right: 35px;
    }
    iframe:hover {
        z-index:5000;
    }
    .figleaf {
        position:absolute;bottom: 0%;z-index:1256;left:<? echo rand(47,65);?>%;
        transform:translate(-50%,0%);
        overflow:hidden;
        border-radius:90% 90% 35px 35px;
        height:365px;  width:286px;
    }
    .gui {
            
            color: antiquewhite;
        z-index: 400;
    position: absolute;
    opacity:.6345;
    font-family: 'Courier New', monospace;
}
.timers {
        font-size:2em;
        position:fixed;
        top:1%;
        left:1%;
        opacity:.3456;
    }
    .timers a {color:antiquewhite;text-decoration: none;}
.nav {
    font-size:2em;
        position:fixed;
        top:1%;
        right:1%;
    }
.nav a {
    z-index:500;
    }

.bigview {
   
}
    }