* {
            margin: 0;
            padding: 0;
        
        }
        body {
            font-family: Arial, sans-serif;
            background-color: black;
            color:blue;
            width: 100%;
        }
        
            
    
        .container {
            width: 100%;;
            margin: 0 auto;
            padding: 0 60px;
        }
        header {
            background-color: #333;
            padding: 5px 0;
            width: 100%;
        }
        
        nav {
            margin-top: 5px;
            width: 100%;
        }
        .nav-links {
            list-style: none;
            display: flex;
            gap: 30px;
             
        }
        .nav-links li a {
            color: white;
            text-decoration: none;
            font-size: 16px;
            padding: 5px;
            
            
            
        }
        .nav-links li a:hover {
            background-color: #555;
        }
        .nav-links li a.active {
            color: #007bff;
        }
        .content-section {
            display: none;
            padding: 20px;
            margin: 20px auto;
            width: 100%;
            border: 1px solid #ccc;
        }
        .content-section.active {
            display: block;
        }
        #Proforma{
            width: 100%;
        }
    #Proforma h2{
color: gray;
    }
    .label{
color: blue;
    font-weight: bold;
    font-size: 16px;
    margin-right: 20px;

    }
    .value{
        color: #334;
        font-weight: normal;
        


        
    }
    #vision{
        width: 100%;
    }
    #vision,h2{
        color:  #007bff;
    }
    #vision,p{
        color: white;
        line-height: 1.5rem;
    }
    #AimsandObjectives,p{
        color: white;
        line-height: 1.5rem;
        
    }
    #AimsandObjectives,b{
        color: #007bff;
    }
    #History,h2{
        color: #007bff;
    }
    #History,p{
        color: white;
        line-height: 1.5rem;
    }
    .container {
            width: 80%;
            margin: auto;
            padding: 20px;
        }
        h1, h3 {
            color: #2c3e50;
        }
        h1 {
            text-align: center;
            margin-bottom: 20px;
        }
        h3 {
            margin-top: 30px;
            border-bottom: 2px solid #3498db;
            padding-bottom: 5px;
        }
        p {
            margin: 10px 0;
            text-align: justify;
        }
        ul {
            list-style-type: disc;
            margin: 10px 0 10px 20px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
        .highlight {
            font-weight: bold;
            color: #e74c3c;
        }
        .container {
            width: 80%;
            margin: auto;
            padding: 20px;
        }
        h1 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        ol {
            margin: 10px 0;
            padding-left: 20px;
        }
        li {
            margin: 8px 0;
            font-size: 16px;
        }
        .container {
            width: 80%;
            margin: auto;
            padding: 20px;
        }
        h1 {
            text-align: center;
            color: #2c3e50;
            margin-bottom: 20px;
        }
        ol {
            margin: 10px 0;
            padding-left: 20px;
        }
        li {
            margin: 8px 0;
            font-size: 16px;
        }
        #organization h2 {
            color: #007bff;

        }
         #organization,p {
            color: white;
            line-height: 1.5rem;
         }
        
         .container {
            width: 80%;
            margin: auto;
            padding: 20px;
        }
        h1, h2 {
            color: #2c3e50;
        }
        h1 {
            text-align: center;
            margin-bottom: 20px;
        }
        h2 {
            margin-top: 30px;
            border-bottom: 2px solid #3498db;
            padding-bottom: 5px;
        }
        p {
            margin: 10px 0;
            text-align: justify;
        }
        ul {
            list-style-type: disc;
            margin: 10px 0 10px 20px;
        }
        li {
            margin: 8px 0;
            font-size: 16px;
        }
        
        .hero{
            background-color: #3498db;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            height: 16vh;
            color: black;

        }
        .hero b{
            color: black;
        }
         .hero img{
            width: 100px;
            height: 100px;
            border-radius: 50%;
         }