section.cover .cover-main {
  z-index: 1000;
}
section.cover.has-mask .mask {
  background-color: #fff;
  opacity: 0.1 !important;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

section.cover h1 .anchor span {
  font-family: "Lobster", cursive;
  color: var(--theme-color);
}


section.cover h2 .anchor span {
  font-family: "Lobster", cursive;
  font-size: 24px;
  color: var(--theme-color);
}

section.cover .cover-main > p:last-child a .iconfont {
  font-size: 1em;
}

.sidebar > h1 a {
  font-family: "Lobster", cursive;
}
