header {
  height: 370px;
}
header nav ul {
  flex-wrap: wrap;
}
header nav ul li {
  height: 45px;
  width: 80%;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav ul li a:hover {
  border: none;
  background-color: #fff;
  color: #000;
}/*# sourceMappingURL=1-max.css.map */