.stavka {
  font-weight: bold;
}

.container.header-separator {
  background-color: #1d1e20;
}

.table-of-contents.open {
  background-color: #303133;
  border-radius: 10px;
  color: #ffffff;
}

h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #f5f5f5;
}

h3 {
  color: #dedede;
}

.entry-content blockquote {
  background-color: #303133;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
}

.entry-content table th {
  background-color: #2e2e2e;
  color: #ffffff;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
  border-left-width: 150px;
  border-right-width: 150px;
  border-radius: 10px;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #4a4a4a;
  color: #ffffff;
}

.footer-info {
  text-align: center;
}