body {
  background-color: beige;
  font-family: 'Georgia', 'Times New Roman', 'Times', 'Cambria', serif;
}

body:lang(zh),
body:lang(zh-TW),
body:lang(zh-CN) {
  font-family: "DFKai-SB", "BiauKai", "Kaiti TC", "AR PL UKai TW", "AR PL UKai HK", "AR PL UKai CN", "TW-Kai", "KaiTi", "楷体", serif;
}

.main a {
  color: #000000;
  text-align: center;
  text-decoration: none;
  outline: #000000;
  font-size: 15px;
}

.title {
  font-weight: bold;
  font-size: 30px;
}

.title img {
  width: 30px;
  height: 29px;
}

.detail {
  padding: 0% 3%;
  position: relative;
}

.tags {
  display: flex;
  cursor: pointer;
}

.tag {
  margin-left: 15px;
}

.shareicon {
  width: 25px;
  height: 25px;
}

.news {
  display: flex;
  flex-direction: column;
  width: 98%;
  background-color: #FFFFFF;
  border-radius: 40px;
  margin: 1%;
}

.detail .content {
  margin: 1%;
  padding-left: 2em;
  line-height: 2;
}

.content {
  position: relative;
  white-space: pre-line;
  word-wrap: break-word;
}

.highlight {
  background-color: yellow;
  /* 背景顏色為黃色，表示螢光標記 */
}

.block {
  padding: 3% 3% 1% 3%;
  font-size: 16px;
}

.breadcrumbs {
  text-align: center;
}

.container {
  width: 100%;
}

.detail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.share {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

.share a {
  margin-right: 10px;
  color: #333;
  /* 圖示顏色 */
  font-size: 24px;
  /* 圖示大小 */
  text-decoration: none;
}

i.fab {
  font-family: "Font Awesome 6 Brands";
}

.image {
  opacity: 0.1;
  height: 50%;
  aspect-ratio: 3131 / 1830;
  position: fixed;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .news {
    width: 100%;
    position: relative;
  }
}