* {
    font-family: "Baloo Bhai 2";
}

#pop-up {
    margin: 0px;
    background-image: url(../imgs/mbg.png);
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fade {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: #00000050;
}

.loading {
    display: flex;
    align-items: center;
    font-family: "Baloo Bhai 2";
    color: #ffffff;
    font-weight: 700;

}

.text {
    font-size: 80px;
    margin-right: 10px;
}

.loading img {
    height: 50px;
    width: 50px;
    margin-right: 50px;
    margin-top: 25px;
}