.duration_number{
    font-size: 40px;
    font-weight: bolder;
}

.duration_infos{
    display: flex;
    flex-direction: column;
    width: 90px;
    height: 90px;
    text-align: center;
    border-radius: 50%;
    color: #fafcff;
    background-color: #357ec7;
    user-select: none;
}
.duration_language{
    margin-top: -15px;
    font-size: x-small;
}
.duration_language_line_2{
    margin-top: -6px;
    font-size: x-small;
}