#root:not(:empty) ~ #loading {
    display: none;
}

#loading {
    background-color: #f9f9f9;
    width: 100vw;
    height: 100vh;
}

.wrap {
    width: 100%;
    height: 100%;
}

.wrap-img {
    width: 100%;
    height: 100%;
}

.wrap-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: white;
    white-space: nowrap;
}