.table-of-contents.open {
  background-color: #25232e;
  border-radius: 20px;
}

.container.header-separator {
  background-color: #13111c;
}

h1 {
  color: #ffffff;
  text-align: center;
}

strong {
  color: #edece6;
}

h2 {
  color: #e8e8e9;
}

h3 {
  color: #e8e8e9;
}

.site-branding {
  margin-left: 50px;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #2f2d36;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #1f1d25;
}

.footer-info {
  text-align: center;
}

.btn.btn-size-big.js-link {
  border-radius: 30px;
  border-left-width: 30px;
  border-right-width: 30px;
}