body {
  font-family: 'Open Sans', sans-serif;
  font-style: ExtraBold 800;
}

.allcontent{
  display: flex;
  justify-content: space-around;
  align-content: center;
  height: 200px;
  border-bottom-width: 1px;
  border-bottom-style: solid; 
  border-bottom-color:#E6E6E6;
  background-color: rgb(255, 255, 255);

 }
.languege{
  flex-basis: 30%;
 display: flex;
 margin-left:5%;
 margin-top: auto;
 margin-bottom: auto;
 

}
.logo{
flex-basis: 40%;
align-self: center;
  width: 100px;
 
 
}
.img{
  margin-left: 35%;
}

.user {
  flex-basis: 30%;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
nav{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height:100px;
  border-bottom-width: 1px;
  border-bottom-style: solid; 
  border-bottom-color:#E6E6E6;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); */
}

.exit {
  padding: 15px;
  border:2px solid #000000;
  border-radius: 70px;
  color: white;
  background-color: black;
}