.table-of-contents {
  background-color: #282828;
  border-radius: 10px;
}

strong {
  color: #a1baff;
}

h1 {
  text-align: center;
  color: #b0ceff;
}

.animate_ai {
  font-weight: bold;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
  border-left-width: 30px;
  border-right-width: 30px;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.comment-list .comment-box {
  border-style: solid;
  border-color: #2e27ff;
  background-color: #000000;
  margin-top: 10px;
  font-style: italic;
}

.comment-list .comment-author {
  color: #ffffff;
}