

.text-666{
        color: rgb(102 102 102);
}

.text-FA5050 {
    color: rgb(250 80 80 )
}




.goods_l{
   display: flex;
   justify-content: space-around;
   align-content: center;
   text-align: center;
   margin-top: 30px;
}

.text-center{
    text-align: center;
   
}


.flex{
    display: flex;
}

.flex-direction{
    flex-direction: column;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
   
}

.align-center{
     align-content: center;
}





.float-right{
    float: right;
}





.ml-5{
    margin-left: 5px;
}

.ml-10{
    margin-left: 10px;
}

.mt-5{
     margin-top: 5px;
}

.mt-10{
     margin-top: 10px;
}

.mt-15{
     margin-top: 15px;
}





.text-12{
    font-size: 12px;
}


.text-14{
    font-size: 14px;
}
.text-18{
    font-size: 18px;
}

.text-20{
    font-size: 20px;
}

.text-35{
    font-size: 35px;
}

.font-600{
    font-weight: 600;
}