h2 {
    text-align: left;
    font-size: 20px;
}

p {
    text-align: left;
    font-size: 15px;
}


.progressBar {
    background-color: #343958;
    height: 20px;
    border-radius: 100px;
}

.bio {
    border-top: 0!important;
    margin: auto 0;
    margin-right: 10%;
    width: inherit;
}

.progressFill {
    background-color: #ffffff;
    height: 20px;


    border-radius: 100px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dk {
    width: 100%;
}

.en {
    width: 85%;
}

.ar {
    width: 55%;
}

.progressDiv {
    max-width: 40%;
}

.flexDiv {
    display: flex;
    justify-content: space-evenly;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    width: 60%;
    margin: auto;
}

