.menu {
  background-color: aquamarine;
  list-style: none;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu li {
  line-height: 30px;
  margin-left: 30px;
}

.menu li a {
  text-decoration: none;
}

.menu li a a:hover {
  color: #82828a;
}

.menu :hover {
  background-color: burlywood;
}

.font {
  font-family: "Sekuya", system-ui;
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=styte.css.map */