h1 {
  text-align: center;
  color: #eeedee;
}

h2 {
  color: #eeedee;
}

h3 {
  color: #eeedee;
}

.table-of-contents.open {
  background-color: #211f22;
  border-radius: 20px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.entry-content table th {
  background-color: #211f22;
  color: #ffffff;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #211f22;
  color: #ffffff;
  border-radius: 15px;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #211f22;
  font-weight: bold;
  color: #ffffff;
}

.spoiler-box__body {
  background-color: #2e2d2e;
}

.ppsb {
  margin-top: -30px;
}

.ppsb-btn.ppsb-btn--ghost {
  color: #ffffff;
}

.ppsb-btn.ppsb-btn--primary {
  color: #ffffff;
}

.footer-info {
  text-align: center;
}

.comment-list .comment-body {
  background-color: #262626;
  border-style: solid;
  border-color: #a848f1;
  border-radius: 15px;
  color: #c4c4c4;
  font-style: italic;
}

.comment-list .comment-author {
  color: #ffffff;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 5px;
}

.header-html-1 {
  padding-left: 150px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 15px;
  font-weight: bold;
}