.entry-content blockquote:not(.wpremark).wp-block-quote {
  background: linear-gradient(to #1b191e, #382553, #462c6e);
  border-radius: 20px;
}

.table-of-contents.open {
  background: linear-gradient(#1b191e, #462c6e);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #696969;
}

h1 {
  text-align: center;
}

.entry-content table th {
  background-color: #1b191e;
}

.entry-content table td {
  background-color: #1b191e;
}

.spoiler-box__title.js-spoiler-box-title {
  background: linear-gradient(#1b191e, #462c6e);
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #1b191e;
}

.mdrop-hero {
  margin-top: -30px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
  font-weight: bold;
}







.post-card__title a {
  color: #ffffff;
}