.top{
  display: flex;
  flex-direction:row;
  align-items: center;
  height:80px;
  background-color: rgb(245, 243, 243);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 5px solid rgb(167, 167, 104);
}
.left-section{
  flex:1;
  display: flex;
  flex-direction:row;
  align-items: center;
  max-width: 350px;
  min-width:200px;
 
}
.titolo{
  color:rgb(167, 167, 104);
}
.right-section{
  flex:5;
  color: rgb(167, 167, 104);
  display: flex;
  flex-shrink: 0;

 
}
.logo{
  margin-top:5px;
  width:70px;
  background-color: rgb(245, 243, 243);
  margin-right:5px;
}
.immagine{
  border-radius:50px;
  width: 70px;
}
.chi-siamo,
.storia{
  margin-top:2px;
  padding-left: 10px;
  padding-right:10px;
  font-size:20px;
  height: 84px;
  display: flex;
  align-items: center;
}
.storia:hover,
.chi-siamo:hover{
  background-color:rgb(167, 167, 104);
  color: white;
}



