*{
    margin: 0px;
    padding:0px;
    border: 0px;
 

}
header
{
    margin-top: 100px;
    padding:0px;
    border: 0px;
   /* height: 50px;*/
    text-align: center;
    
    background-color: #a02142;
    
    
}

nav
{   
   
    /*padding: 0 10%;*/
    width: fit-content;
   
    display: inline-flex;
    align-items: center;
    background-color:#a02142;
    gap: 10px;

   
}
nav div
{
  
  width: 240px;
  height: 50px;
  display: inline-flex;
  background-color: #a02142;
  justify-content: center;
  align-items: center;  

}

.div_general_menu:hover
{
    background-color: dimgray;    
}
a
{
    text-decoration: none;
    
    color: white;
}
.logo
{
width: 160px;
height: 160px;
    
}


