.title{
    margin-top: 30px;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
}
.survey_content table{
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 20px;
}
.survey_content-line {
    border-top: 1.5px solid #ccc; /* 線條顏色可調整 */
    margin: 5px auto;
    width: 100%; /* 與表格寬度比例，可視覺上微縮 */
}
.survey_content td {
    height: 30px;
}
a {
    text-decoration: none;   /* 去除底線 */
    color: #385a47;          /* 保持原文字顏色（不會變藍） */
}
