/*Blog Autor*/
.author-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.author-box img {
  border-radius: 500px;
}
.author-box__button {
  border-radius: 3px;
}
html {
  overflow-x: hidden;
}