@charset "utf-8";

.chapter {
  margin-top: 24px;
  text-align: left;
}
.chapter a:visited {
  color: #f3b5a6;
}

.bottom-menu {
  max-width: 160px;
  margin: 8px auto 24px;
  display: flex;
}
.bottom-menu a {
  flex-basis: 34%;
}
.bottom-menu i {
  margin: 0;
}

