.anketa {
  font-weight: bold;
}

.table-of-contents.open {
  border-radius: 15px;
}

.entry-content blockquote {
  border-radius: 15px;
  font-weight: bold;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 15px;
  font-weight: bold;
}

img {
  border-radius: 15px;
}

.comment-list .comment-body {
  border-style: solid;
  border-color: #0fba34;
  background-color: #daeddc;
  font-style: italic;
  padding-top: 9px;
}

.comment-list .comment-author {
  text-align: center;
  color: #004ade;
}



.comment-list .comment-avatar img {
  margin: 8px;
}