header {
  display: flex;
  width: 100%;
  height: 100px;
  margin: 0;
  background-color: darkgrey;
  align-items: center;
  position: fixed;
}

p {
  padding: 130px 0px;
  height: 500px;
}

.title {
  margin-right: auto;
}

.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}