body {
 background-color: #060417;
 color: #EBE9FB;
 font-family: Arial,Helvetica,Sans-serif;
}
p {
  font-size: 25px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
hr {
 height: 5px;
 background-color: #EBE9FB;
 border: none;
 width: 98%;
}
.title-box {
  border-color: #EBE9F8;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -1px #000 inset;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 2px;
}
.chapter-menu {
  background-color: #060417;
  overflow: hidden;
  border-style: dotted;
  border-color: #EBE9FB;
  border-width: 3px;
  padding: 10px;
  width: 200px;
  margin: auto;
}
.chapter-menu a {
  display: block;
  margin: auto;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 10px;
  float: none;
  text-align: center;
  color: #EBE9FB;
  width: 150px;
}
.chapter-menu a:hover {
  background-color: #EBE9FB;
  color: #060417;
}
.chapter-menu .active {
  color: #EBE9FB;
  background-color: #1A1264;
}
a {
  color: #EBE9FB;
}
a:hover {
  color: #EBE9FB; 
}
a:visited {
  color: #EBE9FB;
}