* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.header {
  width: 100%;
  height: 550px;
  background: no-repeat center center;
  background-size: 100% 100%;
}
