*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#nav-container {
    display: flex;
    width: 100%;
    height: 50px;
    display: flex;
}
#top-container{   
    height: 50px;  
    width: 100%;
    background-color: #0d1b2a;  
}   
#Azzomi{
    width: 100px;
    height: 50px;
    display: flex;
    padding: 5px;
}
.image1 {
    width: 18px;
    height: 18px;
    border-radius: 25px;
    margin-top: 15px;
    margin-left: 25px;
}
h5{
    color: white;
    margin-left: 5px;
    margin-top: 12px;
}
h1{
    color: aliceblue;
    margin-left: 20px;
    padding: 3px;
}
#input {
    width: 900px;
    height: 100%;
    padding: 2px;
    margin-left: 12px;

}
#search {
    width: 800px;
    height: 33px;
    background:azure;
    box-sizing: content-box;
    border-radius: 7px;
}
body {
    background-image: url(background.jpg);
    background-size: cover ;
    background-position: center;    
    font-family: sans-serif;
}
.Azzom {
    height: 42px;
    width: 45px;
    padding: auto;
}
.menu-bar {
    background: rgb(100, 100, 0);
    height: 45px;
    width: 100%;   
    background-color:#212f45; 
    text-align: center;     
}

ul li ul .dropdown {
    width: 100%;
    background: red ;
    position: absolute;
    z-index: 999;
}
#margin {
     width: 96.3%;
     height: 450px;
     background-color: #d3d3d3;
     display: flex; 
     margin: 20px;
     padding: 2px;    
         
}
#left1 {
    width: 400px;
    height: 400px;
    position: relative;
    background-color: #eff7f6;
    margin-left: 25px;
    border-color: 1px;
    margin-top: 20px; 
}

#middle1 {
    width: 400px;
    height: 400px;    
    background-color: #eff7f6;
    margin-left: 25px;
    margin-top: 5px;
    margin-top: 20px;
}
#right1 {
   width: 400px;
    height: 400px;
    background-color: #eff7f6;
    margin-left: 25px;
    margin-top: 20px;

}
#bottom{
    width: 96.3%;
    height: 450px;
    background-color: #d3d3d3;
    display: flex;
    margin: 20px;
    padding: 2px;

}
#left2{
    width: 400px;
    height: 400px;
    background-color: #eff7f6;
    margin-left: 20px;
    margin-top: 20px;

}

#middle2 {
    width: 400px;
    height: 400px;
    background-color: #eff7f6;   
    margin-left: 25px;
    margin-top: 20px;

}
#right2 {
    width: 400px;
    height: 400px;   
    background-color: #eff7f6;
    margin-left: 35px;
}