*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: cadetblue;
}
.heading{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.here{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    width: 20%;  
    box-shadow:  0 0 4px 9px pink;
    text-align: center;
    padding: 1.5rem;
    margin-bottom: 2em;
}
.title{
    font-size: 1.3rem;
}
.category{
    font-weight: bold;
    text-transform: capitalize;
    margin: 1em;
    font-size: 1.2rem;
    

}
.image{
    width: 80%;
}