.ten{
    justify-content: center;

}
.sizechu{
    text-align: center;
    font-size: 1.5rem;
    padding: 5px;
}
.newcolor{
    text-align: center;
    width: 49%;
    padding: 20px 0;
    border-left: 1px dotted #ccc9c9;
    border-right: 1px dotted #ccc9c9;;
    text-align: center;
    cursor: pointer;
}
.newcolor:hover{
    background-color: rgb(246, 240, 240);
    
  }

.text{
    text-align: center;
    background-color: black;
    /* transition: background-color 0.3s ease; */
    width: 104px;
    margin: 10px auto 0 auto;
    padding: 5px 0;
    font-size: 108%;
    line-height: 1;
}
.text:hover{
    background-color: rgba(14, 161, 220, 0.556);
}

.pic1{
    text-align: center;
    width: 100px;
    margin: 3px;
    margin-left: -1px;     
}
   
 .pic1:hover{
    background-color: rgb(246, 240, 240);
    color: #fff;
 }
.duonglink{
    text-decoration: none;
    color: white;
    font-size: 20px;
    /* transition: color 0.3s ease; */
}
.duonglink:hover {
    color:white;
}
.pic1:hover .duonglink:hover {
    text-decoration: underline;

}
.col-md-6.newcolor:hover .duonglink {
    color:  white;
}
.col-md-6.newcolor:hover .text {
    background-color: rgba(14, 161, 220, 0.556);
}