h1 {
  text-align: center;
  color: #e8e8e9;
}

h2 {
  color: #e8e8e9;
}

h3 {
  color: #e8e8e9;
}

.table-of-contents.open {
  border-style: solid;
  border-color: #514411;
  border-width: 1px;
  border-radius: 20px;
  background-color: #1f1a07;
  color: #ffffff;
}

.entry-content table th {
  background-color: #1f1a07;
  color: #f1cc33;
}

strong {
  color: #f1cc33;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #1f1d25;
  color: #e8e8e9;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #18161c;
  color: #adaeb1;
}

.hh-app-banner {
  margin-top: -30px;
}

.btn:not(:disabled):not(.disabled) {
  border-left-width: 30px;
  border-right-width: 30px;
  border-radius: 30px;
  font-weight: bold;
}

.button1 {
  text-decoration: none;
  margin-right: 10px;
}

.button2 {
  font-weight: bold;
}



.top-menu ul li {
  text-transform: capitalize;
}