.catagory{
    padding-bottom: 9rem;
    margin-top: 2rem;
}
a{
    text-decoration: none;
}
h3{
    margin-bottom: 0;
}

.geeks {

    overflow: hidden;

}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.2);
}

.geeks p {
    text-align: left;
    }


    .geeks a {
        text-align: left;
        }