h1 {
  text-align: center;
  color: #dedee2;
}

.table-of-contents.open {
  background-color: #2b2a2a;
  border-radius: 10px;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
}

.button {
  font-weight: bold;
}

.footer-info {
  text-align: center;
}

.vpn-hero {
  margin-top: -30px;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-left-width: 30px;
  border-right-width: 30px;
}

.entry-content table th {
  background-color: #2b2b2b;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #76e005;
  border-radius: 15px;
}

.comment-list .comment-author {
  color: #ffffff;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 5px;
}

.site-footer--style-gray a {
  text-decoration: none;
  font-weight: bold;
  color: #76e005;
}



.vpn-hero__btn {
  color: #ffffff;
}