#loading {
    display: none;
    text-align: center;
    /* margin-top: 20px; */
    position: fixed;
    width: 100svw;
    height: 100svh;
    z-index: +10000;
    top: 0;
    left: 0;
    background: #ffffff5e;
    backdrop-filter: blur(4px);
}
#loading .loading-content{
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #001979;
}