.table-of-contents.open {
  border-style: solid;
  border-color: #463c18;
  border-width: 1px;
  border-radius: 20px;
  background-color: #1d1b26;
  color: #e8e8e9;
}

.container.header-separator {
  background-color: #0d0d0d;
}

.entry-content table th {
  background-color: #262215;
  color: #fcd535;
}

h1 {
  color: #e8e8e9;
  text-align: center;
}

h2 {
  color: #e8e8e9;
}

h3 {
  color: #e8e8e9;
}

.btn.btn-size-big.js-link {
  border-radius: 30px;
}