#myssse li a .card .oil-img{
    width: 300px;
    height: 300px;
    transition: all .45s ease-in-out;
    margin-top: 20px;
}

#myssse li a .card .oil-img:hover{
    margin-top: 0px;
}

.card .date{
    margin-left: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}