*{
margin :0;
Padding:0;
Box-sizing:border-box;
font-family: 'Poppins', sans-serif;

}

html, body {
  text-align: center;
  height: 100%;
  width: 100%;
}

nav{
  display:flex;
  border:2px solid #cce6f5;
  background-color:#cce6f5;
  justify-content:space-around;
  position:sticky;
  top:0;
  z-index:100;
}






.home{
  margin-top:0px;
  margin-bottom:0px;
  margin-right:30px;
  margin-left:30px;
  padding-top:14px;
  padding-bottom:15px;
  padding-left:7px;
  padding-right:7px;
  color:#023E8A;
  border:1px solid #cce6f5;
  background-color:#cce6f5;
  font-size:24px;
  font-weight: bold;
  cursor:grab;
  

  
  
}

.home:hover{
  background-color:#ffffff;
  transition: 0.4s;
  opacity: 0.5;
}
.research{
  margin-top:0px;
  margin-bottom:0px;
  margin-right:15px;
  margin-left:14px;
  padding-top:14px;
  padding-bottom:15px;
  padding-left:7px;
  padding-right:7px;
  color:#023E8A;
  border:1px solid #cce6f5;
  background-color:#cce6f5;
  font-size:24px;
  font-weight: bold;
  cursor:grab;
  
  
  
}

.research:hover{
  background-color:#ffffff;
  transition: 0.4s;
  opacity: 0.5;
}

.publications{
  margin-top:0px;
  margin-bottom:0px;
  margin-right:15px;
  margin-left:14px;
  padding-top:14px;
  padding-bottom:15px;
  padding-left:7px;
  padding-right:7px;
  color:#023E8A;
  border:1px solid #cce6f5;
  background-color:#cce6f5;
  font-size:24px;
  font-weight: bold;
  cursor:grab;
  
  
}

.publications:hover{
  background-color:#ffffff;
  transition:0.4s;
  opacity: 0.5;
}

.team{
  margin-top:0px;
  margin-bottom:0px;
  margin-right:15px;
  margin-left:14px;
  padding-top:14px;
  padding-bottom:15px;
  padding-left:7px;
  padding-right:7px;
  color:#023E8A;
  border:1px solid #cce6f5;
  background-color:#cce6f5;
  cursor:grab;
  font-weight: bold;
  font-size:24px;
  
}
  
.team:hover{
  background-color:#ffffff;
  transition:0.4s;
  opacity: 0.5;
}

.teaching{
  margin-top:0px;
  margin-bottom:0px;
  margin-right:15px;
  margin-left:14px;
  padding-top:14px;
  padding-bottom:15px;
  padding-left:7px;
  padding-right:7px;
  color:#023E8A ;
  border:1px solid #cce6f5;
  background-color:#cce6f5;
  font-size:24px;
  font-weight: bold;
  cursor:grab;
  

}

.teaching:hover{
  background-color:#ffffff;
  opacity: 0.5;
  transition:0.4s;
}


.neuroTitle{
  position: absolute;
  top: 17%;
  left: 15%;
  -webkit-text-stroke: 4px #95dcf4;
  color: #ffffff;
  font-size:1200%;
  text-align:center;

}
.subTitle{
  margin:0%;
  text-align:center;
  font-size: 37px;
  color:#03045E
}
.intro{
  text-align:center;
  font-size:30px;
  padding:20px;
}
.introImg{
  height:35%;
  width:50%;
  object-fit:cover;
  opacity: 0.5;
}
  .homeImg{
  height:55%;
  width: 100%;
  object-fit:cover;
  
} 
.cloudImg {
  height: 25%;
  width: 50%;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.highlights{
  text-align:center;
  color: #03045E
}
.high1Img{
  margin-left:20px;
  border-radius: 4px;
  border:solid  #a7d1ec 8px;
  width: 8%;
  height:22%;
  margin-top: 35px;
  object-fit: cover;
}
.high1Img:hover{
  /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);*/
}
a {
  height: 100%;
}
/*#high6Img{
  margin-left:90px;
  border: px;
  border-radius: 5px;
  width: 12%;
  height:27.5%;
  margin-top: 30px;
  object-fit: cover;
}
#high6Img:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}*/
hr{ 
  border: solid  #cce6f5 40px;
}