body {
    padding: 0;
    margin: 0;
    /*width: 100%;
    height: 100%;*/
    /*background: #0c1e7c;*/
}

#progress-container {
    /*position: absolute;
    width: 80%;
    height: 80%;
    background: rgba(81,16,0,0.2);*/
    /*background: rgba(81, 16, 0, 0.75);*/
    height: 100%;
    width: 100%;
    position: absolute;

}

#logo-container {
    position: absolute;
    width: 60%;
    height: 10%;
    left: 20%;
    top: 5%;
    /*background: yellow;*/

    justify-content: center;
    align-content: center;
    display: flex;
}

#loading-container {
    position: absolute;
    //background: #244c4c;
    width: 100%;
    height: 30%;
    top: 70%;

    justify-content: center;
    align-content: center;
    display: flex;
}

#triangle{
    position: absolute;
    width: 40px;
    height: 50px;
    transform: rotate(90deg);
    top: -75%;
    right: -5%;
}

#line-move {
    background: linear-gradient(to right, #551AB7, #3F134B);
    position: absolute;
    width: 85%;
    height: 20px;
    top: 54.2%;
    left: 0%;
}

#loading-text-container {
    position: absolute;
    //background-color: #99000088;
    width: 40%;
    height: 20%;
    top: -20%;
    
    justify-content: center;
    align-content: center;
    display: flex;
}

#loading-text {
    color: beige;
    font-size: x-large;
    top: 100px;
}

