.site-logotype img {
  border-radius: 10px;
}

.btn:not(:disabled):not(.disabled) {
  box-shadow: 0 0 10px 5px #c24ecb;
}

.btn:not(:disabled):not(.disabled):hover {
  box-shadow: 0 0 10px 5px red;
}

.alignnone.wp-image-35.size-full {
  box-shadow: 0 0 5px 5px red;
}

.alignnone.wp-image-35.size-full:hover {
  box-shadow: 0 0 5px 5px #c24ecb;
}

.table-of-contents.open {
  color: #ff2424;
}

.entry-content blockquote {
  color: #ff0000;
}

.entry-content table td {
  background-color: #e858dc;
}

h1 {
  text-align: center;
  color: #f0adf0;
}

h2 {
  color: #ff70cb;
  margin-top: 1px;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #e68585;
  background-color: #ae8ebd;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 12px;
}