.box-language-text {
  border: 3px solid #DBCDCA; /* 粗細、實線、顏色 */
  padding: 0px 5px;
  border-radius: 5px;      /* 圓角幅度 */
  display: inline-block;    /* 讓框線只包住文字 */
}

.stroke-language-text {
  /* font-size: 40px; */
  color: white;                /* 文字填滿顏色 */
  -webkit-text-stroke: 0.5px #615552; /* 外框粗細與顏色 */
}

.underline-text {
  border-bottom: 2px dashed blue;
  padding-bottom: 2px;
}
