#odyssi-container {
    position: relative;

}

#odyssi-container .progress {
    position: absolute;
    left: 50%;
    top:50%;
    width: 30%;
    height: 2em;

    transform: translate(-50%,-50%);
    border: 3px solid rgb(42,36,75);
    border-radius: 3px;
}

#odyssi-container .progress > div {
    position: relative;
    height: 100%;
    width: 0;

    background:rgb(97,192,190);
}
