.poker_container
{
    color: white;
}
.poker_box {
    background-color: #203572;
    margin: 40px;
    border-radius: 20px;
    padding: 26px;
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Rubik','Open Sans', sans-serif;
}
.poker_title_group {
    margin-bottom: 20px;
}
.poker_title_A {
    text-transform: uppercase;
    font-size: 20px;
}
.poker_title_B {
    color: #14f1d9;
    text-transform: uppercase;
}
.poker_box_right {
    background: linear-gradient(203deg, rgba(0,174,218,1) 0%, rgba(13,122,179,1) 56%, rgba(26,69,140,1) 100%);
    border-radius: 20px;
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
svg#time_line {
    position: absolute;
    z-index: 1;
}
.poker_body_text {
    line-height: 22px;
}