body {
font-family: Arial, "Microsoft JhengHei", sans-serif;
line-height: 1.8;
max-width: 800px;
margin: 20px auto;
padding: 0 15px;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 75%; /* 根據您的影片比例调整 345/460 = 0.75 */
height: 0;
overflow: hidden;
margin-bottom: 20px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h1 {
text-align: center;
font-size: 26px;
margin-top: 40px;
margin-bottom: 20px;
}
.poem {
text-align: center;
font-size: 18px; /* 調整為更易讀的字體大小 */
}
.intro-text {
font-size: 16px;
color: #555;
}

