.table-of-contents.open {
  background-color: #1b1b1f;
  border-style: solid;
  border-radius: 15px;
}

h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #edebe7;
}

h3 {
  color: #d4d4d4;
}

strong {
  color: #ffde96;
}

.vhod {
  font-weight: bold;
}

.fas {
  margin-right: 5px;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #1b1b1f;
  font-weight: bold;
  color: #f5f5f5;
}

.spoiler-box__body {
  background-color: #262626;
}

.site-footer--style-gray a {
  color: #ffd270;
  text-decoration: none;
}

.site-footer--style-gray a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-info {
  text-align: center;
}

.cr-hero {
  margin-top: -30px;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-left-width: 30px;
  border-right-width: 30px;
  border-radius: 15px;
}