body{
    background-color: #f2f3e9;
    padding: 1%;
    font-style: normal;
}


.addbtn{
    background-color: #13bee4;
    color : #fff;
    size: "btn-lg";
}

.addmorefield{
    margin: 2%;
   
    
}



/* NavBar CSS Start*/
.navbar {
    background-color: #13bee4; /* Set the background color */
}

.navbar-nav .nav-link {
    color: #fff; /* Set the font color */
}

.navbar-nav .nav-link:hover {
    color: #555; /* Set the font color on hover */
}

.navbar-nav .nav-link {
    font-size: 15px; /* Adjust the font size as needed */
}
/* NavBar CSS Start*/