.okvir{
    box-sizing: border-box;
    background: #333;
}

#pecentCount {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 6vh;
    top: 10Vh;
    font-size: 5vh;
    text-align: center;
    color: #fff;
}

.progress-bar{
    position: relative;
    width: 50vw;
    height: 3vh;
    top: 20vh;
    left: 25vw;
    background-color: #bbb;
    border-radius: 13vw;
    -webkit-border-radius: 13vw;
    -moz-border-radius: 13vw;
    -ms-border-radius: 13vw;
    -o-border-radius: 13vw;
    padding: 0.3vw;
}

#progress{
    width: 800px;
    height: 2.2vh;
    border-radius: 10vw;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    -ms-border-radius: 10vw;
    -o-border-radius: 10vw;
    background-color: dodgerblue;
}
