div.logobar {
    
    padding: 10px 15px;
    background-color: rgb(248, 248, 248);
    background-image: url(https://conf.researchr.org/getImage/icse-2026/orig/Banner+2026+-+Updated.png);
    color: #777777;
    height: auto;
    width: 100%;
    aspect-ratio: 4 / 1;
    text-indent: -9999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logobar .container{
	border-bottom: none;
}
.logobar a {
    color: #4e5e6b;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}