h1 {
  text-align: center;
  color: #fcd535;
}

.table-of-contents.open {
  background-color: #1f1d25;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  border-color: #ffdd2d;
}

h2 {
  color: #edd663;
}

h3 {
  color: #f2e7b1;
}

.entry-content table th {
  background-color: #2b2b2b;
}

.hh-reviews-section {
  margin-top: -50px;
}

.entry-content table td {
  background-color: #1f1d25;
}

.footer-info {
  text-align: center;
}

.site-footer--style-gray a {
  font-weight: 100;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  font-weight: bold;
}





.post-card__title a {
  color: #dedede;
}