
/* About 區：讓純文字網址、長英文、連續字串自動斷行 */
.dream-about,
.dream-about *,
.prose,
.prose * {
  overflow-wrap: anywhere;
  word-break: break-word;
}
