body{
    font-family:Verdana;
    margin:0;
}

header{
   display:flex;
   justify-content:space-between;
   align-items:center;
   height: 50px;
   background-color:white; 
   padding: 10px;
      }

.hotel{
   display:flex;
   justify-content:space-between;
   font:Verdana;
   align-items:center;
   height: 50px;
   background-color:#17A2B8; 
   padding: 10px;
      }

.restaurante{
   display:flex;
   justify-content:space-between;
   font:Verdana;
   align-items:center;
   height: 50px;
   background-color:#FFC107; 
   padding: 10px;
      }


.logo{  
   display:flex;
   align-items:center;
      }
.logo img{  
   height:50px;
   margin-right:10px; 
      }

