.hr_an {
  margin-top: 1em;
  margin-bottom: 1em;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #8f8f8f;
}

.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #9a9a9a;
}

.separator::before {
  margin-right: .35em;
}

.separator::after {
  margin-left: .35em;
}

#hr_pic {
  width: 100px;
  /*margin-right: 50%;*/
  /*margin-left: 50%;*/
}

