#masthead.site-header.fixed {
  background: linear-gradient(to right, #041e2f, #0e4161);
}

#content.site-content.fixed {
  background: linear-gradient(to right, #041e2f, #0e4161);
}

.main-navigation-inner.full {
  background: linear-gradient(to right, #041e2f, #0e4161);
}

.table-of-contents.open {
  background: linear-gradient(to right, #f8e7ef, #e1f0fd);
  color: #000000;
  border-radius: 15px;
}

.button_1719221570453 {
  font-weight: bold;
}

img {
  border-radius: 10px;
}

h1 {
  color: #ff5788;
}

h2 {
  color: #1aa9fd;
}

h3 {
  color: #b0dfff;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 10px;
  font-weight: bold;
}

.comment-list .comment-body {
  background-color: #e3b3b3;
  border-style: solid;
  border-radius: 10px;
  color: #333333;
  font-style: italic;
  padding-top: 4px;
}

.comment-list .comment-author {
  color: #000000;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 8px;
}

.b-r.b-r--before_site_content {
  margin-top: -40px;
}