.flex-vertical-center{
    display: flex;
    align-items: center;
}

.flex-all-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-red{
    color: red;
}

.no-text-decoration{
    text-decoration: none;
}

.cut-text{
    text-decoration: line-through;
}

.bold{
    font-weight: bolder;
}