.table-of-contents.open {
  background-color: #1f1d25;
  border-style: solid;
  border-width: 1px;
  border-radius: 20px;
  color: #e8e8e9;
}

h1 {
  text-align: center;
  color: #e8e8e9;
}

h2 {
  color: #e8e8e9;
}

.container.header-separator {
  background-color: #0e0d10;
}

.comment-list .comment-box {
  border-style: solid;
  margin-top: 10px;
  border-radius: 20px;
  border-width: 1px;
  background-color: #1f1d25;
}

.comment-list .comment-author {
  color: #ffffff;
}

.entry-content table th {
  background-color: #1f1d25;
  color: #ffffff;
}

.btn.btn-size-big.js-link {
  border-radius: 30px;
  font-weight: bold;
}

.entrar {
  font-weight: bold;
}

.desafio {
  font-weight: bold;
}

.footer-info {
  text-align: center;
}