img {
  border-radius: 10px;
}

.table-of-contents.open {
  border-radius: 10px;
}

.entry-content blockquote {
  border-radius: 10px;
  font-weight: bold;
  color: #ffffff;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-radius: 10px;
}

strong {
  color: #000000;
}

.zakaz {
  font-weight: bold;
}

.rabota {
  font-weight: bold;
}

.top-menu ul li>a {
  color: #ff0000;
}

.top-menu ul li>span {
  color: #ff7070;
}

h1 {
  text-align: center;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #eb1a1a;
  border-radius: 15px;
  background-color: #f2f2f2;
  padding-top: 4px;
  font-style: italic;
}

.comment-list .comment-author {
  color: #cf0000;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 8px;
}