* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial;
   background-color: rgb(197, 178, 215);
   text-align: center;
}

.card-cards {
    width: 22%;
    background-color: rgb(240, 238, 238);
    border-radius: 20px;
    margin: 40px;
    display: inline-block;
    border: 1px solid black;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;

}

.card-cards:hover {
    background-color: grey;
    transition: .7s;


}

.image img {
    width: 300px;
    cursor: grab;
}

.image img:hover {
    width: 298px;
    transition: transform 0.4s ease-in, box-shadow 0.4s ease;
}



.image {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;

}

.title {

    align-items: center;
    text-align: center;
}

p {

    text-align: center;
}

.intro {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

button {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border: 5px solid rgb(0, 0, 0);
    padding: 10px;
    border-radius: 27px;
    text-align: center;
    
    

}

button:hover {
    background-color: black;
    color: white;
    transition: 1s;
}

shariq.jpg.jpeg {
    height: 50px;
}