h1 {
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.table-of-contents.open {
  background-color: #1d1b23;
  color: #ffffff;
  border-radius: 20px;
}

.entry-content table th {
  background-color: #1d1b23;
  color: #ffffff;
}

.entry-content table td {
  background-color: #1d1b23;
}

#submit.submit {
  border-radius: 30px;
  color: #000000;
  font-weight: bold;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #fcd535;
  border-radius: 20px;
  padding-top: 10px;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 10px;
}

.comment-list .comment-author {
  color: #ffffff;
}

.start-challenge {
  font-weight: bold;
}

.leave-feedback {
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
}

.top-menu ul li>span {
  text-transform: none;
}

.top-menu ul li>a {
  text-transform: capitalize;
}

.footer-info {
  text-align: center;
}