h1 {
  text-align: center;
  color: #ffdd2d;
}

.table-of-contents.open {
  background-color: #1f1d25;
  border-radius: 15px;
  border-style: solid;
  border-color: #ffdd2d;
}

.entry-content table th {
  background-color: #303030;
}

.container.header-separator {
  background-color: #101012;
}

.button1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.button2 {
  font-weight: bold;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #383838;
  font-weight: bold;
  color: #edd9a4;
  border-radius: 15px;
}

h2 {
  color: #ffec73;
}

h3 {
  color: #fff4ad;
}

.footer-info {
  text-align: center;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
  border-radius: 30px;
}



.top-menu ul li a {
  color: #ffffff;
}