.sort{
    width: 230px;
    height: 358px;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 65px;
    box-shadow: 0px 0px 10px rgb(115, 115, 115);
    margin-top: 60px;

}
.one{
    width: 230px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
    transition: all 0.4s;
}
.one:hover{
    transform: scale(1.05);
    background-color: #ffe6cc;
}
a{
    text-decoration:none;
}
