body{
    background-color:beige;
}



.heading{
    text-align: center;
    padding-top: 50px;
    /* padding-bottom: 20px; */
    font-family:'Times New Roman', Times, serif;
    font-size: 80px;
    color: black;
    font-weight: 500;
}
#cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.card{
    margin-bottom: 25px; 
}

.card-img-top{
    height: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.head{
    color:rgb(159, 28, 159);
}
.d-block{
    height: 400px;
    border-radius: 10%;
}
.color{
    background-color: #ABC4AA;
    
    margin-bottom: 50px;
}
.product{
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 50px;
    padding-top:50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.text-end{
    display: flex;
}
.form-outline{
    padding-left: 300px;
    padding-right: 300px;
}
.nav-pills{
    padding-top: 90px;
    padding-bottom: 200px;
    padding-left: 200px;
    padding-right: 200px;

}
.sign{
    margin-left: 50%;
}