body {
  font: normal 18px "DM Sans", sans-serif;
}

.menu {
  padding: 30px;
}

.menu .PageList ul {
  gap: 15px;
}

.menu .PageList a {
  color: #222;
}
.menu .PageList a:visited {
  color: #222;
}

.panel .title,
.blog .title {
  text-align: center;
}

.panel .Label ul {
  gap: 15px;
}

.menu .PageList ul, .panel .Label ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.menu .PageList a, .panel .Label ul a {
  display: block;
  border-radius: 15px;
  padding: 15px 30px;
}

.menu .PageList a:hover, .menu .PageList a:active, .panel .Label ul a {
  background-color: #00735E;
  color: #fff;
}

.panel .Label ul a:hover, .panel .Label ul a:active {
  background-color: #00A88A;
}/*# sourceMappingURL=style.css.map */