h1 {
  text-align: center;
  color: #e8e8e9;
}

h2 {
  color: #e8e8e9;
}

h3 {
  color: #e8e8e9;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #1f1d25;
  font-weight: bolder;
  color: #f9e163;
}

.spoiler-box__body {
  background-color: #323136;
}

.table-of-contents.open {
  background-color: #1f1d25;
  color: #f4dc5c;
  border-radius: 15px;
}

.social-button.social-button--telegram.js-link {
  background-color: #d1d1d1;
}

.footer-info {
  text-align: center;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 30px;
}

.entry-content table th {
  background-color: #242424;
  color: #ffffff;
}

#submit.submit {
  border-radius: 30px;
  color: #000000;
  font-weight: bold;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #ffdd2d;
  border-radius: 20px;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 10px;
}

.comment-list .comment-author {
  color: #ffffff;
}





.post-card__title a {
  color: #ffffff;
}