h1 {
  text-align: center;
  color: #ff335f;
}

h2 {
  color: #5e5c5c;
}

h3 {
  color: #4d4d4d;
}

.aligncenter.wp-image-33.size-full {
  margin-top: -30px;
  border-radius: 20px;
}

.table-of-contents.open {
  background-color: #e6e6e6;
  border-radius: 20px;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #7d7d7d;
  color: #ffffff;
  border-radius: 20px;
  font-weight: bold;
  font-style: normal;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 30px;
}

.attachment-full.size-full {
  border-radius: 20px;
}

.aligncenter.size-full.wp-image-67 {
  border-radius: 20px;
}

.aligncenter.wp-image-25.size-full {
  border-radius: 20px;
}



.comment-list .comment-body {
  border-style: solid;
  border-color: #e35454;
  border-radius: 20px;
  background-color: #9c9c9c;
  color: #ffffff;
  font-style: italic;
}