body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.s1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
}

.s2 img {
    height: 80px;
}

.s3 h2 {
    font-size: 20px;
    color: #333;
}

.s4 button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.menubar {
    background: #007bff;
    padding: 10px 0;
}

.menubar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.menubar ul li {
    margin: 0 15px;
}

.menubar ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.k1 img {
    width: 100%;
    height: auto;
}

.k2 {
    text-align: center;
    padding: 20px;
    background: #f1f1f1;
}

.k3 h1, .k5 p {
    color: #333;
}

.event {
    text-align: center;
    padding: 30px;
}

.b1 {
    text-align: center;
    padding: 20px;
}

.b2 button {
    background: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.ph {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    padding: 40px;
    background-color: #f8f8f8;
}

.p1 {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

.p1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.p2 {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

.p2 h1 {
    font-size: 22px;
    color: #333;
    margin: 10px 0;
}

.p2 h2, .p2 h3 {
    font-size: 18px;
    color: #555;
    margin: 5px 0;
}



.t1 {
    text-align: center;
    margin: 20px;
}

.t1 button {
    background: #ff9800;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.head {
    background: #222;
    color: white;
    padding: 20px;
    text-align: center;
}

.neha {
    text-align: center;
    padding: 10px;
    background: #333;
    color: white;
}


  /* about page */
  .new {
    display: grid;
    grid-template-columns: 33% 33% 33%;
   
  }
  .new .n1 img{
    width: 350px;
    height: 250px;
    padding: 30px 60px;
    
  }



  /* event page */
  .event .e1 h1{
    font-family: cursive;
    text-align: center;
    
  }
 .event .e2 p{
    text-align: justify;
    font-family: cursive;
    font-size: 20px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 70px;

 }

 .tab {
    display: grid;
    grid-template-columns: 33% 33% 33%;
 }
 .tab .t1 h1{
    font-family: cursive;
    font-size: 20px;
    padding-top: 30px;
    text-align: center;
 }
 .tab .t1 button{
    font-family: cursive;
    border-radius: 90px;
    margin-left: 80px;
    font-size: 15px;
    margin-top: 10px;
   
 }




 /* student.html */
 .stu h1{
    font-family: cursive;
    text-align: center;
    padding-top: 20px;
 }

 .student{
    display: grid;
    grid-template-columns: 50% 50%;
    padding-top: 60px;
    
 }
 .student .s1 img{
    width: 300px;
    height: 300px;
    margin-left: 320px;
    padding-top: 20px;
    padding-bottom: 20px;
 }
 .student .s1 h1{
    font-family: cursive;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
    margin-left: 20px;
  
 }




 /* stuabout page */

 .new1 h1{
    font-family: cursive;
    padding-top: 30px;
    text-align: center;
 }

 .new2 .n1 p{
    padding-top: 30px;
    font-family: cursive;
    text-align: justify;
    padding-left: 40px;
    margin-right: 40px;
    font-size: 20px;
 }
 .n2 h3{
    padding-top: 30px;
    font-family: cursive;
 }

 .new3{
    font-family: cursive;
   
 }
 .new3 ul {
    list-style-type: disc; /* Default bullet points */
    padding-left: 40px; 
}
.new3 li {
    margin-bottom: 5px; 
}
   

 /* publication page */
 .neha1 img{
    
    padding-top: 30px;
    padding-left: 600px;
 }

 .head1 .d1 {
    background-color: #283960;
    color: white;
   padding-top: 80px;
   padding-bottom: 100px;
   padding-left: 20px;
  
  }
  .head1 {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .neha12{
background-color: #283960;
color: white;
text-align: center;
padding-top: 50px;
padding-bottom: 40px;
  }




  /* opportunities page */

.o1 h1{
    text-align: center;
    font-family: cursive;
    padding-top: 30px;
}


.f1 {
   
    padding: 20px;
    text-align: center;
}

.f2 {  
    padding: 20px; 
}

 form ,input, button {
    width: 60%;
    height: 40px;
    padding: 8px;
    margin: 5px 230px;
    
}

form button {
    background: green;
    color: white;
    width: 30%;
   margin-right: 60%;

    
}


/* newsletter page */
.let1 h1{
    font-family: cursive;
    padding-top: 30px;
    text-align: center;
}

.letter {
    display: grid;
    grid-template-columns: 33% 33% 33%;
}
.letter .letter1 img{
width: 70%;
height: 40%;
padding-top: 40px;
padding-left: 80px;
}


