/*Blog Autor*/
.author-box {
  display: flex;
  align-items: center;
}
.author-box img {
  border-radius: 500px;
}
.author-box__button {
  border-radius: 3px;
}