/* Larger avatar */
.h-24 {
  height: 8rem !important;
}
.w-24 {
  width: 8rem !important;
}

/* More space for profile section */
.mb-12 {
  margin-bottom: 4rem !important;
}

/* Fix squished image and position */
.rounded-full img {
  object-fit: cover !important;
  object-position: center 20% !important;
}
