.table-of-contents.open {
  border-style: solid;
  border-color: #434452;
  border-radius: 20px;
  background-color: #121324;
  color: #ffffff;
}

h2 {
  color: #fecf80;
}

h3 {
  color: #fecf80;
}

h1 {
  text-align: center;
}

.order {
  font-weight: bold;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
}

.removed-link {
  text-transform: none;
}

.top-menu ul li>a {
  text-transform: none;
  font-size: 15px;
  font-weight: 100;
}

.top-menu ul li {
  font-weight: 100;
  font-size: 15px;
}

.entry-content table th {
  background-color: #0f101f;
  color: #ebebeb;
}