
img{
    padding: 24PX;
    padding-left: 40%;
    height: 60px;

}

#div1img{
    display: flex;
    height: 140PX;
}
#div1_1{
    background-color: white;
    flex : 1
}
#div1_2{
    flex: 1; 
    background-color : darkblue;
}
#div1_2_2{
    display: flex;
}
#div1_2_1_1{
    flex: 1;
}
#div1_2_1_2{
    flex: 1;
    display: flex;
   

    
}
.search-block{
    height: 34px;
    width: 200px;
    border-radius: 10px 0px 0px 10px ;
    border: solid #ffffff;
    padding-left: 10px;
    margin-top: 60px;

}
.search{
   height: 42px;
   width: 46px;
   padding: 16px;
   margin-left: -4px;
   border-radius: 0px 10px 10px 0px;
   border: #e8e8e8;
}
#menubar{
    margin-top: 10px;
    background-color: rgb(255, 89, 0); 
    display: flex;
}
.menu{
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 22px;
}
.selectInput{
    border-style: hidden;
    background-color: rgb(255, 89, 0); 
    color: white;
}
#imgdiv{
    
    height: 300px;
}
.img2{
    height: 100% ;
    padding-left: 0px;
    width:100% ;
    display: inline ;
    margin-top: -25px;  
}
.paragraph{
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
}
.id1{
    color: lightgray;
    font-size: 20px;
    margin-top: 10px;
    
}