body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden
}

#canvas {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%
}

#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

#_preload_div_ {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#_preload_div_ {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.circle {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    background: #fff
}

.mask {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: #FFF;
    position: absolute
}

.mask img {
    width: 64px;
    height: 64px
}

#pie_text {
    font-size: 30px;
    color: #000;
    position: relative;
    top: 69px
}
