.author__avatar img {
  border-radius: 50%;  /* 保持圓形 */
  width: 150px;        /* 固定寬度 */
  height: 150px;       /* 固定高度，與寬度相同 = 正圓 */
  object-fit: cover;   /* 圖片填滿不變形 */
}