body{
    background-color: rgba(226, 222, 222, 0.791);
}



.customize{
    width: 250px ;
    height: 300px;
    
}

.conrainer{
    display:flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;
}

.btn{
    background-color: rgb(64, 207, 232);
    border: none;
    padding: 2% 5%;
}

.card{
    height: 440px;
    background-color:white;
    border-radius: 0.4rem;
}

.conrainer2{
    display:flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

