.menu {
  width: 100%;
  display: flex;
  align-items: center;
  height:50px;
  width:1100px;
  margin-top: 1em;
 
 
}

.logo {
  float: left;
}
nav {
  display: inline-block;
  width: 100%;
  padding: 20px;
}

.item a {
  text-decoration: none;
  
  color:inherit;
}

.item  {
  
  height:20px;
  width:120px;
  margin: 0px;
  padding: 1px;
  
  /* border-right-style:outset; */
  /* border-color: lightgray; */
  /* text-decoration: none; */
  text-align: center;
  vertical-align: text-bottom;
}

h2 {
  float: left;
  margin-left: 100px;
}
