   
    .body {
        background-color: coral;
    }
    
    
    .head{
         margin:0;
         background-image: url("gcc.1");
        background-color: #cccccc;
        background:red;
    }
.header {
  background-color:black;
  padding: 10px;
   text-align:center;
}


.glow {
     font-size: 25px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
.p1{
     top:0;
     color:blue;
   font-family:aharoni;
   font-size:24px;
}
.p2{
     top:0;
     color:blue;
   font-family:aharoni;
   font-size:24px;
}
.logo img{
    position:absolute;
    margin-top:2px;
    margin-bottom:2px;
    margin-left:2px;
    overflow:auto;
}

    .navbar{
        margin:0;
        background-color:#98FB98;
        width:100%;
        overflow:auto;
    }
    ul{
        border: 4px solid #4CAF50;
        background-color: #FF4500;
        overflow: hidden;
        list-style:none;
        font-weight:bold;
    }
    li {
        float:left;
    }
    li a {
         display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size:17px;
    }
    nav a:hover:not(.active) {
        background:#FF4500;
        color:white; 
    }
    .active {
  background-color: #4CAF50;
}

      .content{
          top:0;
       margin:0px;
       background-color:#80bfff;
       width:300px;
       height:300px;
       margin:20px auto;
       box-shadow:1px 1px 10px 2px #333;
       border-radius:5px;
        text-align: center;
       overflow:hidden;
       float:right;
   }
   .moving-body{
      background-color:#80bfff;
       color:white;
        text-align: center;
      
   }
   .noticboard{
       top:0;
       margin:0px;
       background:green;
       color:white;
   }
    .content1{
          top:0;
       margin:0px;
       background-color:#80bfff;
       width:300px;
       height:300px;
       margin:20px auto;
       box-shadow:1px 1px 10px 2px #333;
       border-radius:5px;
        text-align: center;
       overflow:hidden;
       float:left;
   }
   .moving-body{
      background-color:#80bfff;
       color:white;
        text-align: center;
      
   }
   .affilation{
       top:0;
       margin:0px;
       background:green;
       color:white;
   }
   
 .footer {
     padding:12px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #ff471a;
   color: white;
   text-align: center;
     }