.alignnone.wp-image-23.size-full:hover {
  box-shadow: 0 0 5px 2px green;
  border-radius: 11px;
}

.table-of-contents.open {
  border-radius: 12px;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 12px;
  border-right-width: 20px;
  border-left-width: 20px;
}

.entry-content blockquote.check {
  border-radius: 12px;
  background: linear-gradient(to right, #2fbe65, #6ccd90);
  color: #ffffff;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #63b854;
  border-width: 3px;
  border-radius: 12px;
  background: linear-gradient(to right, #4fd081, #5de592);
  color: #ffffff;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 10px;
}

h1 {
  text-align: center;
}

.footer-info {
  text-align: center;
}

.b-r.b-r--before_site_content {
  padding: 1px;
}

.image.wp-image-100.attachment-thumbnail.size-thumbnail {
  border-radius: 12px;
}

.aligncenter.size-full.wp-image-100 {
  border-radius: 10px;
}