*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p{
    text-align: center !important;
    font-size: 20px !important;
    padding-top: 7px;
    

}

.heading{
    font-size: 40px !important;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 4rem;
    

}





.navbar{
display: flex;
justify-content: center;
height: 70px;
position: absolute;

    
    
    
    

}

.nav-item{

    margin-right: 50px !important;
    font-weight: 800;
    font-size:15PX;
    margin-top:80px;
    position:relative;

    

}
.navbar-brand{
    margin-left:6rem;
    margin-top:7rem;
}
.btn{
height: 40px;
width: 100px;
    color: green !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    margin-right: 10rem;
    margin-top: 70px;
    text-align: center;
    
}

.xyz-btn {
    max-width: 700px;
    position: absolute;
    background-color: azure;
    color:rgb(21, 114, 21);
    transform: translate(-50%, -50%);
    top: 60%;
    left: 20%;
    font-size: 20px;
    
    


}


.abc{
    margin-right:7rem;
    margin-top: 5rem;
}
.container-fluid{
    margin-bottom: 4rem;
}
.card-btn{
    width:50px;
    height: 40px;
    margin-left:10rem;
    text-align: center;
    color: white;
    background-color: green;
    padding-bottom: 5px !important;
    border-radius: 10px;
    border: 2px solid green;
    
    
}

.row{
    width: 80%;
    text-align: center;
}
    

    

.card{
    top: 40px;
    left: 150px;
    
}














.foot{
    background-color:green;
    height:25rem !important;
    width: 100% !important;
margin-top: 4rem;
    padding-bottom: 30PX !important;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    text-align: center;
    

    

}
