h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #dedede;
}

.table-of-contents.open {
  background-color: #0d0f10;
  border-style: solid;
  border-radius: 15px;
  border-width: 1px;
}

input[type=text] {
  border-radius: 10px;
}

.button {
  font-weight: bold;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #141414;
  font-weight: bold;
  color: #e0e0e0;
}

.spoiler-box__body {
  background-color: #262626;
}

.footer-info {
  text-align: center;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 30px;
}



.vx-wrap {
  margin: -30px;
}