

.margin_left_10px{
    margin-left: 10px;
}


.margin_right_10px{
    margin-right: 10px;
}

.bold{
    font-weight: bold;
}

.justify_content_space_between{
    justify-content: space-between;
}

.width_100p{
    width: 100%;
}
.text_align_center{
    text-align: center;
}
.margin_top_50px{
    margin-top: 50px;
}
.margin_left_20px{
    margin-left: 20px;
}

.display_none{
    display: none;
}
.pointer{
    cursor: pointer;
}