html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    overflow: unset !important;
    background: url("https://bing.img.run/uhd.php") no-repeat center center fixed;
    background-size: cover;
}

.element { -ms-overflow-style: none; }
.element::-webkit-scrollbar { width: 0 !important }
.element { overflow: -moz-scrollbars-none; }

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.bannerbar {
    display: none !important;
}

#top_nav {
    display: none !important;
}

#home {
    position: relative;
    margin-top: 0;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.2); */
    backdrop-filter: blur(10px) !important;
    opacity: 0.75; 
    z-index: 99;
}

.glass {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    height:100%;
    z-index: 1;
}

