* {box-sizing:border-box}

body {
margin:0;
padding:0;}


.bodyody {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1;
background-color: #bdfdffa6;
backdrop-filter: blur(3px);
transition:0.5s;
}

.bodyody:hover {background-color:#bdfdff1a;
backdrop-filter: none;}

.iframebox {width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:-1;}

iframe {width:100%;
height:100%;
border:none;
}

.wwotext {position:fixed;
bottom:0;
font-family:'Arial Black';
font-size:34pt;
color:transparent;
background-image:url('images/Screenshot\ 2025-10-01\ 23.56.34.png');
background-clip:text;
background-size:cover;
z-index:3;
}
