.rabota {
  font-weight: bold;
}

h1 {
  text-align: center;
  color: #29b061;
}

.btn:not(:disabled):not(.disabled) {
  border-radius: 15px;
  font-weight: bold;
}

.comment-list .comment-body {
  border-style: groove;
  border-color: #3124e0;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 8px;
}

.comment-list .comment-content p {
  font-weight: bold;
  font-style: italic;
}

.comment-list .comment-author {
  color: #f72525;
}