.card{
    
    width: 18rem;
    background-color: burlywood;
    
    }
    .card1{
        width: 18rem;
        background-color:coral; 
        border: violet ;
    }
    .cl1{
        display:flex;
        flex-direction: row;
        justify-content: space-around;
    }
    