div.logobar {
    height: 50vh;
    width: 100%;
    text-indent: -9999px;
    background-color: rgb(219, 227, 234);
    /*background-image: url("https://conf.researchr.org/getImage/icse-2024/orig/icse2024_Banner.png");*/
    background-image: url("https://conf.researchr.org/getImage/icse-2024/orig/icse2024_Banner_sm.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    
}


.logobar a {
    height: 50vh;
    width: 100%;
}
.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
}


