.container.header-separator {
  background-color: #3f3c36;
}

h1 {
  text-align: center;
  color: #ffa800;
}

.table-of-contents.open {
  background-color: #605a51;
  border-radius: 20px;
}

.entry-content table th {
  background-color: #605a51;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #605a51;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #75716c;
}

h2 {
  text-align: center;
  color: #ffc852;
}

h3 {
  color: #ffd885;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
  border-left-width: 30px;
  border-right-width: 30px;
}

.footer-info {
  text-align: center;
}