body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #08031d;
}

#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;

}

#progress-circle {
    background: conic-gradient(#219CC6 35deg, #0a5670 0deg);
    width: 200px;
    height: 200px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
}

#circle-mask_center {
    /*background: radial-gradient(#4a1ba4, #4a1ba4);*/
    background: #140a44;

    width: 80%;
    height: 80%;
    position: relative;
    top: 10%;
    left: 10%;
    border-radius: 50%;
}

#percent-text-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
    color: #A8DFE4;
    position: relative;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
}

#logo-container {
    position: relative;
    width: 60%;
    height: 40%;
    left: 20%; 
    top: 10%; 
    
    justify-content: center;
    align-content: center;
    display: flex;
}

#percent-text{
    
}
