.td_select{
    width: 150px;
    height: 150px;
    border-radius:10px;
    box-shadow:rgb(128,128,128) 5px 5px;
    text-align: center;
}
.td_problem{
    width: 300px;
    height: 300px;
    border-radius:10px;
    box-shadow:rgb(92, 29, 29) 5px 5px;
    text-align: center;
}
.td_message{
    width: 300px;
    height: 150px;
    border-radius:10px;
    box-shadow:rgb(92, 29, 29) 5px 5px;
    text-align: center;
}
.img_select{
    width: 100px;
    height: 100px;
}