/* Custom styles for NGO Management System */
*{
    box-sizing: border-box;
}
body {
    background-color: #f8f9fa;
}

.navbar {
    margin-bottom: 20px;
    
}
