.job {
  font-weight: bold;
}

h1 {
  text-align: center;
  color: #470000;
}

h2 {
  text-align: center;
  color: #d12626;
}

h3 {
  text-align: center;
  color: #a33939;
}



.comment-list .comment-box {
  border-style: solid;
  border-color: #f73b3b;
  margin: 10px;
  background-color: #d4d4d4;
  color: #bd0f0f;
}