.body{
    font-family: 'Poppins', sans-serif;
}
.container{
    margin-bottom: 60px;
    padding-bottom: 50px;
}
header{
    background-color: #F0FFF0;
}
.navbar-brand img{
    width: 200px;
}

#navbarNav a{
    width: 80px;
    text-align: center;
}
 .sign-in-btn{
    background-color: #21B573;
    padding: 12px 28px;
    border-radius: 30px;
}
#navbarNav .sign-in-btn{
    color: white;
}
.sign-in-btn:hover{
    background-color: #21b572c7;
}
.green-highlight{
    color: #21B573;
}
.red-highlight{
    color: #FD511A;
}
.home h1{
    font-weight: 700;
}
.p-highlight{
    color: #6C6B6B;
}
.home img{
    width: 100%;
}
.button-buy{
    background-color: #21B573;
    color: white;
    border-radius: 35px;
    width: 137px;
    padding: 8px 28px;
    text-decoration: none;
    border: none;
}
.button-buy:hover{
    background-color: #0aec86;
    color: rgb(10, 10, 10);
}
.item img{
    width: 75px;
    height: 80px;
    margin-bottom: 20px;
}
.item{
    text-align: center;
    height: 270px;
    width: 270px;
    background-color: #F8FFFB;
    border-radius: 10px;
    padding-top: 52px;
}
.item:hover{
    background-color: white;
    box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);
}
.title{
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.col .card{
    border-radius: 18px;
}
.card-img-top{
    border-radius: 11px;
    padding:10px
}
.col .card-footer{
    background-color: white;
    border-top: none;
}
.card-footer img{
    width: 22px;
    height: 22px;
}
.card-footer p{
    color: #585859;
}
.testimonial img{
    width: 120px;
    height: 120px;
    margin-right: 10px;
    
}
footer a{
    text-decoration: none;
    color:white;
}
footer{
    background-color: #282531;
    color: white;
    padding-top: 40px;
}
footer .container{
    margin-bottom: 0%;
}