:root {
  --book-theme-bg: #0F4374;
}

header {
   background-image: url('../imgs/headerbg.png');
}

div.wiki-title h1.section {
  border: none;
}

h2 {
  border-bottom: 2px solid var(--book-theme-bg);
}
