
.container{
  display: flex;
  justify-content: center;
}

.blog-header {
  position:relative;
}

.blog-author-image {
  position: absolute;
  height: 25%;
  width: auto;
  bottom: -10px;
  left: 10px;
  border-radius: 75px;
  border: 3px solide red;
}