@charset "UTF-8";
/* CSS Document */

#loading {
    background-color: #ffffff;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: center center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999;
    text-align: center;
}