body{
    background-color:#031e3b;
    }
#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 20;
    }
    #loadEgg{
    position: fixed;
    width: 14vw;
    top:50vh;
    margin-top: -25vw;
    left: 43vw;
    }
    #loadTXT{
    position: fixed;
    width: 18vw;
    top:50vh;
    margin-top: -5vw;
    left: 41vw;
    }