header {
  display: flex;
  width: 96%;
  height: 80px;
  align-items: center;
}

header .logo {
  margin-right: auto;
  width: 24%;
}

header .menu-item {
  list-style: none;
  display: inline-block;
  padding: 8px;
}

header .menu-item a {
  color: #111;
  text-decoration: none;
  transition: color 0.2s ease;
}

header .menu-item a:hover {
  color: #666;
}
