.nav-bar{
  height:60px;
  width:auto;
  background:white;
  position:fixed; 
  left:0px;
  top:0px;
  right:0px;
  bottom:;
  justify-content:flex-end;
  flex-direction:row;
  align-items:end;
  border-bottom:rgb(244,200,0) 5px solid;
}
body{
  background-color: #fff3c4;
}
/* nav li{
  height:10px;
  background:black;
  
} */
nav ul{
width:99%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  list-style:none;
  background:white;
}
nav a{
  height:1%;
  margin-left:5%;
  margin-right:5%;
  padding:0px 25px 0px 25px;
  text-decoration:none;
  align-items:center;
  justify-content:center;
  font-size:20px;
  color:black;
  font-weight:600;
  font-family:calibri;
  letter-spacing:1px;
  transition:0.4s;
}
nav a:hover{
  text-decoration:underline;
  text-underline-offset:5px;
  text-decoration-thickness:2.5px;
  color:rgb(130,20,244);
/*   font-size:25px;
  padding:0px 22.5px 0px 22.5px;  */
}
body{
  height:100vh;
  background-size:cover;
  background-repeat:no-repeat;
 background-position:center;
  padding-top:100px;
  
}
.left-section{
  display:inline-block;
  border:5px solid black;
}
/* .nav-links{
  font-size:20px;
  align-items:center;
} */
.sponsors-1{
  display:flex;
  flex-direction:row;
  
}
.sponsors-1 img{
  height:200px;
  border-radius:15px;
}