*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
.navsection{
  padding: 10px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logosection{
  width: 90px;
  height: 90px;
}
.logoheader{
  font-size: 20px;
  background: linear-gradient(360deg, rgb(149, 0, 255), rgb(255, 1, 136));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1024px) {
  .navsection{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .logosection{
    width: 100px;
    height: 100px;
  }
  .logoheader{
    margin: 10px 0;
    font-size: 45px;
    background: linear-gradient(360deg, rgb(149, 0, 255), rgb(255, 1, 136));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
}

.aboutbtn{
  background: linear-gradient(to right, #ff007f, #00c6ff); 
  border: none;
  width: 200px;
  height: 100px;
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}


.collegelogo{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 150px;
}
.cgelogobg1{
  background-image: url("./womencgelogo.jpeg");
}
.cgelogobg2{
  background-image: url('./logo.jpeg');
  padding-left: 30px !important;
}
.cgelogobg3{
  background-image: url("./mssm.jpeg");
}
.cgelogobg4{
  background-color: white;
  height: 100px !important;
  background-image: url("./nestlogo.jpeg");
}
