.container.header-separator {
  background-color: #171717;
}

h1 {
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.login {
  font-weight: bold;
}

.challenge {
  font-weight: bold;
}

h2 {
  color: #e8e8e9;
}

.table-of-contents.open {
  background-color: #211f27;
  border-radius: 10px;
}

.footer-info {
  text-align: center;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
}

.comment-list .comment-box {
  border-style: solid;
  margin-top: 10px;
  border-color: #ffdd2d;
  border-radius: 10px;
  background-color: #191822;
  font-style: italic;
}

.comment-list .comment-author {
  color: #ffffff;
}

.comments-title {
  color: #ffdd2d;
}