.profile-image {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  margin: 0 auto;
}
.profile-image img{
  width: 100%;
  height: 100%;
}
.sidebar{
  position: fixed;
}