@charset "utf-8";

/*#animation_container, #_preload_div_ {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#animation_container {
    display: flex;
    justify-content: center;
    
    margin-top:30px!important;
}

#animation_container, #_preload_div_, canvas {
    width: auto!important;
    height: 100dvh!important;
}

canvas, #dom_overlay_container {
    width: auto!important;
    height: 100%!important;
}

#dom_overlay_container {
    overflow: inherit!important;
}*/

body {
    min-height: 100vh;
    
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar{
    display: none;
}

#animation_container, #_preload_div_, canvas {
    /*top: 30px!important;
    bottom: 30px!important;*/
    
}

.header {
    background: #2B7BAD;
    width: 100dvw;
    height: 40px;
    position: fixed;
    top: 0;
    
    color: white;
}

#header{
    z-index: 999;
}
@media screen and (max-width: 768px) {
	#header{
	    height: 27px;
		/*margin-bottom: 70px;
        height: 40px;*/
		margin-bottom: 0;
    }
    #animation_container, #_preload_div_ {
        margin-top: 40px!important;
    }
}
.footer {
    background: #2B7BAD;
    width: 100dvw;
    height: 30px;
    position: fixed;
    bottom: 0;
    
    color: white;
    
    display: flex;
    justify-content: center;
}
.footer div {
    margin: 0 20px;
}


    