/* 有趣的文章區塊 */
.intresting {
  margin-top: 5vh;
  max-width: 960px;
  padding: 3vw;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 1rem;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  line-height: 1.8;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* 主標題樣式 */
.intresting h1 {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2vh;
  color: white;
  font-weight: bold;
}

/* 歌詞與內文樣式 */
.intresting p {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 2;
  white-space: pre-line;
  /* 支援 <br> 換行格式 */
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
}

/* 來源資訊補充 */
.intresting p:last-child {
  font-size: 0.95rem;
  color: #aaa;
  border-top: 1px solid #ffffff20;
  padding-top: 1vh;
  margin-top: 4vh;
}

/* PERFORMANCE 鏈結樣式（若有） */
.intresting a {
  color: #4ec3ff;
  text-decoration: none;
  transition: 0.2s;
}

.intresting a:hover {
  text-decoration: underline;
  color: #87e8ff;
}

/* RWD 響應式支援 */
@media screen and (max-width: 768px) {
  .intresting {
    padding: 6vw;
    margin-top: 10dvh;
  }

  .intresting h1 {
    font-size: 1.8rem;
  }

  .intresting p {
    font-size: 1rem;
  }
}

/* INFO: General */

body {
  font-family: "Ubuntu", sans-serif;
}


/* INFO: 圖片開頭用*/
#ImageTitle {
  position: relative;
  height: 93dvh;
  padding-top: 8dvh;
  background-size: 100%;
  background-blend-mode: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
}

#ImageTitle #text {
  margin-top: 10dvh;
  justify-content: center;
  align-items: center;
  padding-left: 3dvw;
  transform: translateY(-25%);
  opacity: 100%;
  z-index: 200;
  left: 5dvh;
}

#ImageTitle h1 {
  font-size: 10dvh;
  margin-bottom: 0;
}

#ImageTitle h2 {
  font-size: 3.5dvh;
  font-weight: 400;
  margin-top: 0;
}

#ImageTitle p {
  position: absolute;
  bottom: 1dvh;
  left: 50%;
  transform: translateX(-50%);
  opacity: 80%;
}

#ImageTitle Author{
  color: #ffffff;
  width: 100%;
  opacity: 80%;
}

#ImageTitle Date{
  display: block;
  color: #ffffff;
  width: 100%;
  opacity: 80%;
}

a{
  color: #ffdd1f;
  text-decoration: none;
}

article{
  width: 60%;
  margin-left: 50%;
  transform: translateX(-50%);

}

article p {
  margin: none;
  font-size: 1.5dvw;
  vertical-align: text-top;
  line-height: 1.5;
}

article h2{
  text-align: center;
}

article #Starting::first-letter {
  font-size: 6dvw;
  vertical-align: top;
  margin-top: -0.15em;
  line-height: 1;
  float: left;
  clear:both;
}

blockquote{
  font-size: 1.5dvw;
  width:100%;
  margin:50px auto;
  font-style:italic;
  color: white;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #1fddff ;
  line-height:1.6;
  position: relative;
  background:#404040;
}

blockquote::before{
  content: "\201C";
  color:#1fddff;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

#ref{
  text-align: center;
  position: relative;
  top: 5dvh;
}

#ref a{
  color: #f2ff8d;
}